Checkout problem on cvs host

2003-02-26 Thread Craig Dickson
Hi, I am trying to write a generic script that we will be able run from any host on our network, including possibly the server hosting the cvs pserver and I am running into a problem. When I run the following command on a client computer it works as expected: cvs -d :pserver:[EMAIL PROTECTED]:/u

Re: Checkout problem on cvs host

2003-02-26 Thread Larry Jones
Craig Dickson writes: > > When I run the following command on a client computer it works as expected: > > cvs -d :pserver:[EMAIL PROTECTED]:/usr/local/cvsroot checkout -d . test Running CVS as root is nuts. Doing it using pserver doubly so. > However, when I run it on the box that is actually

RE: Checkout problem on cvs host

2003-02-26 Thread Craig Dickson
> > > > When I run the following command on a client computer it works as expected: > > > > cvs -d :pserver:[EMAIL PROTECTED]:/usr/local/cvsroot checkout -d . test > >Running CVS as root is nuts. Doing it using pserver doubly so. Its just a test system, so get over it. > > > However, when I ru

Re: Checkout problem on cvs host

2003-02-26 Thread Todd Denniston
Craig Dickson wrote: > > > > > > > When I run the following command on a client computer it works as > expected: > > > > > > cvs -d :pserver:[EMAIL PROTECTED]:/usr/local/cvsroot checkout -d . test > > > >Running CVS as root is nuts. Doing it using pserver doubly so. > > Its just a test system, s

RE: Checkout problem on cvs host

2003-02-26 Thread Craig Dickson
> -Original Message- > From: Todd Denniston [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 26, 2003 1:08 PM > To: Craig Dickson > Cc: [EMAIL PROTECTED] > Subject: Re: Checkout problem on cvs host > > > Craig Dickson wrote: > > > > > >

RE: Checkout problem on cvs host

2003-02-26 Thread Craig Dickson
ing module test Is this what is expected? > -Original Message- > From: Craig Dickson [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 26, 2003 2:11 PM > To: '[EMAIL PROTECTED]' > Subject: RE: Checkout problem on cvs host > > > > -Original Messa

Re: Checkout problem on cvs host

2003-02-26 Thread Todd Denniston
Craig Dickson wrote: > > After further investigation, I actually am now seeing it on the client box > as well. Perhaps I was all along ... > > Here is the terminal output: > > C:\dev\test\MAIN>cvs checkout -d . test > cvs server: existing repository /usr/local/cvsroot does not match > /usr/local

Re: Checkout problem on cvs host

2003-02-27 Thread Larry Jones
Craig Dickson writes: > > C:\dev\test\MAIN>cvs checkout -d . test > cvs server: existing repository /usr/local/cvsroot does not match > /usr/local/cvsroot/test > cvs server: ignoring module test > > Is this what is expected? Yes, in client/server mode; I believe it works correctly in local mode.