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

Re: source tree



> Date: Tue, 9 Dec 1997 12:22:37 -0500 (EST)
> From: "daniel.t.colpi.1" <colpi@purdue.edu>

> biotest# setenv CVSROOT anoncvs@anoncvs.usa.openbsd.org:/cvs
> biotest# cd /usr
> biotest# cvs -q get -PA src
> 
> That worked great.  But now I have a crontab job every night or so pull
> the source down useing:
> 
> biotest# cd /usr
> biotest# cvs -q up -PAd src

cvs up requires you to be *in* the checkout area:

cd /usr/src
cvs -q up -PAd

you can still use cvs get though, just as you did the first time.

Niklas