RE: Updating from parent directory

2003-03-03 Thread Craig Dickson
> Sent: Friday, February 28, 2003 9:45 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: Updating from parent directory > > > Craig Dickson writes: > > > > MIME-Version: 1.0 > > Content-Type: multipart/mixed; > boundary="===

Updating from parent directory

2003-02-28 Thread Craig Dickson
I have a parent directory that contains multiple child directories, each child contains the content of a different branch of the same module (the directory names are the same as the branch names). The parent directory is not under CVS control.   I would like to be able to run the update com

-D question

2003-02-28 Thread Craig Dickson
If I have a file in CVS that has a revision with a modification time of 2003-02-28 17:30:31 and I update my local working copy of the module that that file is in and I pass the -D argument with the value 2003-02-28 17:30:31, will that revision be included or will it be the one before it?   S

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 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
> > > > 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

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