From owner-freebsd-stable Fri Sep 3 17:42:30 1999 Delivered-To: freebsd-stable@freebsd.org Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (Postfix) with ESMTP id 4A4A714C45 for ; Fri, 3 Sep 1999 17:42:26 -0700 (PDT) (envelope-from jdp@polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.9.3/8.9.1) with ESMTP id RAA06424; Fri, 3 Sep 1999 17:40:45 -0700 (PDT) (envelope-from jdp@polstra.com) From: John Polstra Received: (from jdp@localhost) by vashon.polstra.com (8.9.3/8.9.1) id RAA09927; Fri, 3 Sep 1999 17:40:44 -0700 (PDT) (envelope-from jdp@polstra.com) Date: Fri, 3 Sep 1999 17:40:44 -0700 (PDT) Message-Id: <199909040040.RAA09927@vashon.polstra.com> To: fullermd@futuresouth.com Subject: Re: cvsup In-Reply-To: <19990903165747.J18814@futuresouth.com> References: <35328.936348806@axl.noc.iafrica.com> <199909032132.RAA20563@bellsouth.net> <19990903165747.J18814@futuresouth.com> Organization: Polstra & Co., Seattle, WA Cc: stable@freebsd.org Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In article <19990903165747.J18814@futuresouth.com>, Matthew D. Fuller wrote: > On Fri, Sep 03, 1999 at 05:32:10PM -0400, a little birdie told me > that W Gerald Hicks remarked > > > > I find it more useful to use CVSup to maintain my local repository > > and use CVS to check out from that. Why? cvs log, cvs diff, etc. > > 'Screw this make cleandir crap, newfs /usr/src, cd /usr && cvs co src.' > 'Let's do a build on RELENG_2_1 overnight just to prove we can!' You obviously have way too much free time. :-) > 'Let's only CVSup once for both src/ and ports/' You can do that anyway. Remember the "*default" lines in the cvsupfile only set defaults; they can be overridden for individual collections. For example (omitting the irrelevant boilerplate): *default tag=. src-all tag=RELENG_3 ports-all doc-all will get you the current versions of the ports and docs, plus the -stable source tree. You can even get two different versions of the source tree in a single run. Just make sure you tell CVSup to put them in different places: src-all tag=RELENG_3 prefix=/usr/stable src-all tag=. prefix=/usr/current The only thing you can't do in a single run is contact more than one server. Maybe some day ... > And, my personal favorite, > 'Look at this 750 megs of space I have sitting around!' You mean _had_ sitting around. :-) John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "No matter how cynical I get, I just can't keep up." -- Nora Ephron To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message