From owner-freebsd-current Mon Aug 5 20:24:35 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA14045 for current-outgoing; Mon, 5 Aug 1996 20:24:35 -0700 (PDT) Received: from rover.village.org (rover.village.org [204.144.255.49]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id UAA14031 for ; Mon, 5 Aug 1996 20:24:28 -0700 (PDT) Received: from rover.village.org (localhost [127.0.0.1]) by rover.village.org (8.7.5/8.6.6) with ESMTP id VAA06564; Mon, 5 Aug 1996 21:23:56 -0600 (MDT) Message-Id: <199608060323.VAA06564@rover.village.org> To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) Subject: Re: Questions about the CVS and CTM Cc: freebsd-current@freebsd.org (FreeBSD-current users), plm@xs4all.nl (Peter Mutsaers) In-reply-to: Your message of Mon, 05 Aug 1996 20:13:43 +0200 Date: Mon, 05 Aug 1996 21:23:55 -0600 From: Warner Losh Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk : 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