From owner-freebsd-hackers Fri May 17 21:30:55 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA22943 for hackers-outgoing; Fri, 17 May 1996 21:30:55 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id VAA22937 for ; Fri, 17 May 1996 21:30:49 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with SMTP id VAA09578; Fri, 17 May 1996 21:29:42 -0700 (PDT) To: gdr@wcs.uq.edu.au cc: freebsd-hackers@freebsd.org Subject: Re: Standard Shipping Containers In-reply-to: Your message of "Sat, 18 May 1996 06:06:02 +1000." <199605172006.GAA11345@ajax.che.curtin.edu.au> Date: Fri, 17 May 1996 21:29:42 -0700 Message-ID: <9576.832393782@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Is the CVS tree available as ctm deltas or is it only -current and -stable? It is indeed available via CTM. > Am I correct in thinking that with an up-to-date CVS tree (maintained by > sup or ctm) you can create any of the supported source trees in a fully > consistent and functional state at a time of your choosing? You are precisely correct. > Also would the only real penalty be extra disk space to keep it all? Right. > Finally am I correct in thinking that at the time of a release (either > SNAP or full release) you could just checkout your own release from your > locally maintained CVS tree and build it all yourself in a reasonably > trivial manner even for a moderately unskilled or semi-skilled user? Yes! In fact, a local CVS repository is *required* by /usr/src/release/Makefile for exactly that reason - it does the CVS operations itself based on how you set RELEASETAG in the make. Jordan