From owner-freebsd-current Wed Apr 30 13:35:57 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA16344 for current-outgoing; Wed, 30 Apr 1997 13:35:57 -0700 (PDT) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA16332 for ; Wed, 30 Apr 1997 13:35:54 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.50]) by who.cdrom.com (8.8.5/8.6.11) with SMTP id NAA07452 for ; Wed, 30 Apr 1997 13:10:54 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id NAA02609; Wed, 30 Apr 1997 13:09:14 -0700 From: Terry Lambert Message-Id: <199704302009.NAA02609@phaeton.artisoft.com> Subject: Re: What's the deal with cc? *CRAP* To: jdp@polstra.com (John Polstra) Date: Wed, 30 Apr 1997 13:09:14 -0700 (MST) Cc: terry@lambert.org, current@freebsd.org In-Reply-To: <199704301711.KAA07173@austin.polstra.com> from "John Polstra" at Apr 30, 97 10:11:53 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > Physically rearrange the CVS repository to move them and their history > > to the new location (sed script time) so that they aren't largely > > duplicated, is what I meant. > > You can't do that, because it destroys the ability to checkout a version > of the sources from before the move -- which, after all, is the > whole point of CVS. You can too; it just checks out to a different place. If the build environment is sufficiently modular, that won't matter. It probably isn't, though. > If you really don't want any of the history, then I'd suggest not > fetching the repository. Just use CVSup in checkout mode with > "tag=." and keep yourself up-to-date with -current. I do want the history. I don't want the duplicate code. CVS needs repository "symlinks". Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.