From owner-freebsd-current Thu May 1 06:57:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA24924 for current-outgoing; Thu, 1 May 1997 06:57:07 -0700 (PDT) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA24919 for ; Thu, 1 May 1997 06:57:04 -0700 (PDT) Received: (from eivind@localhost) by bitbox.follo.net (8.7.6/8.7.3) id PAA23164; Thu, 1 May 1997 15:55:21 +0200 (MET DST) Date: Thu, 1 May 1997 15:55:21 +0200 (MET DST) Message-Id: <199705011355.PAA23164@bitbox.follo.net> From: Eivind Eklund To: Terry Lambert CC: jdp@polstra.com, current@freebsd.org In-reply-to: Terry Lambert's message of Wed, 30 Apr 1997 13:09:14 -0700 (MST) Subject: Re: What's the deal with cc? *CRAP* References: <199704301711.KAA07173@austin.polstra.com> <199704302009.NAA02609@phaeton.artisoft.com> 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. > 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. In fact, CVS probably need a major change of the database interface, to allow use of different databases for different purposes - I'd be willing to sacrifice disk space for speed, but I'm not certain everybody else would. Eivind.