[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: file
On Thu, 6 Jun 2002, christer solstrand johannessen wrote:
> > I would scratch my head and figure out what you did wrong with
> > your last cvs run, or perhaps you have mistyped "ci" for "vi"?
>
> last cvs run was a:
>
> # cvsup -g -L 2 /root/cvsup/src
>
> which is reported to run cvsup in checkout mode, followed by
> a kernel compile and a userland compile, by the book, eh, faq.
....
> i guess i'll find more of the same thing as time goes by...
> but i really don't understand what has happened. is this
> a result from using cvsup instead of cvs?
No, not per se. I think it has to do with your options
to cvsup. I wonder what's in your file /root/cvsup/src?
See, it's possible to get either an update of the source files,
*or* the whole "repository", which is all those fine rcs files.
Of course, the cvsup server itself might have been broken -- that
happens sometimes. Rarely, but it happens. A "supfile" suited
to getting -stable source over a pokey modem looks like:
----------------------------------------------
*default host=cvsup.usa.openbsd.org
*default base=/var
*default prefix=/usr
*default release=cvs
*default delete use-rel-suffix compress
OpenBSD-src tag=OPENBSD_3_1
----------------------------------------------
I have the feeling you ran in "CVS" mode, not "checkout" mode.
Does your file /root/cvsup/src have a 'tag' or 'date' line in it?
Dave
--
"Communism is dead ... I hate to say it, it's dead."
--Sen. Barbara Boxer, commenting on Cuba
- Follow-Ups:
- Re: file
- From: "christer solstrand johannessen" <csj@csj.no>
- References:
- Re: file
- From: "christer solstrand johannessen" <csj@csj.no>