[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: source tree
>
> > 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
>
Thanks, someone might want to update the website though, because right now
it says:
Here is how someone using anoncvs regularly would update his source tree:
First, startout by `get'-ing an initial tree:
# setenv CVSROOT anoncvs@anoncvs.usa.openbsd.org:/cvs
# cd /usr
# cvs -q get -PA src
Anytime afterwards, to `update' this tree:
# cd /usr
# cvs -q up -PAd src
That would have taken me forever to figure out.
-Daniel
===================