info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: error with checkout


From: Todd Denniston
Subject: Re: error with checkout
Date: Tue, 21 Jan 2003 10:05:15 -0500

"Schwenk, Jeanie" wrote:
> 
> Why do I get this error when attempting to checkout from a node where the
> repository DOES NOT reside.  When I perform the same checkout from the node
> where the repository resides, everything is fine.
> 
> cvs server: existing repository /export/cvsroot does not match
> /export/cvsroot/env/locke
> 
> -----Original Message-----
> From: Schwenk, Jeanie
> Sent: Friday, January 17, 2003 12:45 PM
> To: CVSpost (E-mail)
> Subject: error with checkout
> 
> I am getting one result from the node where the cvs repo resides and another
> when using the pserver to access the repo.  Here's what I am doing on the
> node where the repo resides:
>         cvs co -d . PILOT_ENV
> 
> When I do the same thing from any other node, for example:
>         cvs co -d . HOMER_ENV
> 
> I get the following error:
> cvs server: existing repository /export/cvsroot does not match
> /export/cvsroot/env/homer
> cvs server: ignoring module HOMER_ENV
> 
> Here's what is in the modules file:
>         HOMER_ENV    -d /home/sc env/homer
>         PILOT_ENV    -d /home/sc env/pilot

assuming that with your shell `echo HOMER_ENV` gives "-d /home/sc env/homer" as
opposed to "HOMER_ENV".
wouldn't this mean what you are passing cvs looks like
cvs co -d . -d /home/sc env/homer
cvs co -d . -d /home/sc env/pilot

which means you are passing two -d options and you are attempting to check out
two different modules, does env/homer exist in $CVSROOT ?

suggestion, run the commands and paste the exact command and error messages to
your email, the above information looks suspiciously like you typed something
like the command you are using.  And what does your $CVSROOT look like? (be
sure to X out any passwords).  you are using the same pserver $CVSROOT from
both shells aren't you?

> 
> Did I specify something incorrectly?  How does using pserver make it
> different?  What's wrong?
> 
> Jeanie
> __________________________________________________________________
> This is Linux country.  On a quiet night, you can hear NT re-boot.

-- 
I'd crawl over an acre of 'Visual This++' and 'Integrated Development
That' to get to gcc, Emacs, and gdb.  Thank you.
        -- Vance Petree, Virginia Power




reply via email to

[Prev in Thread] Current Thread [Next in Thread]