From owner-freebsd-current Tue Apr 25 9:57:32 2000 Delivered-To: freebsd-current@freebsd.org Received: from mail.ddg.com (eunuch.ddg.com [216.30.58.66]) by hub.freebsd.org (Postfix) with ESMTP id 66FC737C034 for ; Tue, 25 Apr 2000 09:57:18 -0700 (PDT) (envelope-from rkw@dataplex.net) Received: from nomad.dataplex.net (24.28.73.209) by mail.ddg.com with SMTP (Eudora Internet Mail Server 2.1); Tue, 25 Apr 2000 11:57:09 -0500 From: Richard Wackerbarth To: Nate Williams Subject: Re: Archive pruning Date: Tue, 25 Apr 2000 11:57:08 -0500 X-Mailer: KMail [version 1.1.41] Content-Type: text/plain Cc: current@FreeBSD.ORG References: <20000424185151.A36672@hub.freebsd.org> <00042422091401.16303@nomad.dataplex.net> <200004251609.KAA12689@nomad.yogotech.com> In-Reply-To: <200004251609.KAA12689@nomad.yogotech.com> MIME-Version: 1.0 Message-Id: <00042511570801.32593@nomad.dataplex.net> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 25 Apr 2000, Nate Williams wrote: > No-one needs to grab a repository, unless they're looking at history. > Just use CVSup to grab the latest bits, no need to grab the entire > history. I find it virtually impossible to work with anything but the most stable without the recent part of the repository because I often have to "unbreak" something that was recently committed or is otherwise unfinished in order to get a working system. This is not a major complaint that I need to do so but rather the reason that I find simply cvsup'ing inadequate. > Users have the choice to take it all, since trying to build a 'pruned > repository' is alot of work (due to the way CVS does it's thing), Actually, it isn't. it can be automated rather easily based on parsing the CVS tags and using RCS primitives. The hard part is to get developers like yourself to recognize that they could refer to a CD for the old parts to the history and keep only the newer part in the online distribution. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message