Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 05 Aug 1996 21:23:55 -0600
From:      Warner Losh <imp@village.org>
To:        joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch)
Cc:        freebsd-current@freebsd.org (FreeBSD-current users), plm@xs4all.nl (Peter Mutsaers)
Subject:   Re: Questions about the CVS and CTM 
Message-ID:  <199608060323.VAA06564@rover.village.org>
In-Reply-To: Your message of Mon, 05 Aug 1996 20:13:43 %2B0200

next in thread | raw e-mail | index | archive | help

: As Peter Mutsaers wrote:
: 
: > I now have the CVS version of the sources unpacked. Now if I want to
: > do make world, what is the normal thing to do?
: > 
: > What I did was 'cvs checkout src'. Then I get a copy of src, and I can
: > do a 'make world' in it. I can do 'cvs update' in the future, right?
: 
: Right.

cvs update won't grab new directories that appear from time to time.
You'll need to do cvs checkout src for that from time to time still.
However, it is effectively an update on an already checked out tree,
so it isn't as expensive as the original checkout.

BTW, I've found that keeping the CVS tree on a slow, possibly
removable disk helps me keep the number of system utilities installed
to a maximum :-).  JAZ drive is what I use, since anything else
couldn't hold the CVS tree (since the others are all < 250M that I've
seen).  I also hold my OpenBSD sources and my NetBSD reference sources
as well on this JAZ drive, in addition to a couple of Linux versions
and X11R6.1 sources and build tree (second disk cart for these,
however).  A handy device to have around when you want to hack at a
lot of different things, but not all at once...  On the second cart I
also keep the old CTM diffs too, since they otherwise take up 50Mish
somewhere (or I have to FTP a 35M file, which is somewhat painful to
do).  Nice drives for $400 with carts ~100 in quantity.

Warner



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199608060323.VAA06564>