From owner-freebsd-current Thu May 1 10:17:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA03635 for current-outgoing; Thu, 1 May 1997 10:17:03 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.50]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id KAA03628 for ; Thu, 1 May 1997 10:17:00 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id KAA04216; Thu, 1 May 1997 10:14:52 -0700 From: Terry Lambert Message-Id: <199705011714.KAA04216@phaeton.artisoft.com> Subject: Re: What's the deal with cc? *CRAP* To: eivind@bitbox.follo.net (Eivind Eklund) Date: Thu, 1 May 1997 10:14:52 -0700 (MST) Cc: terry@lambert.org, jdp@polstra.com, current@freebsd.org In-Reply-To: <199705011355.PAA23164@bitbox.follo.net> from "Eivind Eklund" at May 1, 97 03:55:21 pm 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 > > 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. > > I wouldn't consider this a 'real checkout' of a previous version. If > I want a previous version, I want it exactly - no changes, to be able > to compare with others etc. Changing directory layout is different. OK. > > CVS needs repository "symlinks". > > No, CVS needs understanding of directories and that files can move. > There has been discussion of adding this at cvs-info list, but I don't > think anything has come of it so far. Actually, the "symlink" idea is "it's stored here, but it looks like an Attic here, and it checks out to there". This would let it ve "virtually" moved to the new location, but not duplicated. Yeah, it's a kludge compared to rewriting the database, but any port in a storm. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.