From owner-freebsd-stable Fri Nov 21 15:08:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA22724 for stable-outgoing; Fri, 21 Nov 1997 15:08:46 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from gatekeeper.tsc.tdk.com (root@gatekeeper.tsc.tdk.com [207.113.159.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA22714 for ; Fri, 21 Nov 1997 15:08:41 -0800 (PST) (envelope-from gdonl@tsc.tdk.com) Received: from sunrise.gv.tsc.tdk.com (root@sunrise.gv.tsc.tdk.com [192.168.241.191]) by gatekeeper.tsc.tdk.com (8.8.4/8.8.4) with ESMTP id PAA06275; Fri, 21 Nov 1997 15:08:16 -0800 (PST) Received: from salsa.gv.tsc.tdk.com (salsa.gv.tsc.tdk.com [192.168.241.194]) by sunrise.gv.tsc.tdk.com (8.8.5/8.8.5) with ESMTP id PAA25936; Fri, 21 Nov 1997 15:08:15 -0800 (PST) Received: (from gdonl@localhost) by salsa.gv.tsc.tdk.com (8.8.5/8.8.5) id PAA15838; Fri, 21 Nov 1997 15:07:23 -0800 (PST) From: Don Lewis Message-Id: <199711212307.PAA15838@salsa.gv.tsc.tdk.com> Date: Fri, 21 Nov 1997 15:07:23 -0800 In-Reply-To: Richard Wackerbarth "Re: Version Resolution?" (Nov 21, 9:05am) X-Mailer: Mail User's Shell (7.2.6 alpha(3) 7/19/95) To: Richard Wackerbarth , Don Lewis Subject: Re: Version Resolution? Cc: Nate Williams , Brian Somers , freebsd-stable@freebsd.org Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Nov 21, 9:05am, Richard Wackerbarth wrote: } Subject: Re: Version Resolution? } At 8:10 PM -0600 11/20/97, Don Lewis wrote: } } >And if you don't do this, how do you get the right token if you export } >a version from CVS using -r : to get something other } >than the head of a branch? } } You don't. The purpose of this hack is to distinguish between two } different source trees which are extracted using exactly the same } (head of a branch) tag, but at different times. } } We should also be using a CVS/RCS macro to tell us what tag we used for } the extraction. This information should also get included in the system } identification. Couldn't this solve the original problem as well? If you are extracting at the head of a branch, we've already got the branch tag info, so we just need to set the date macro to the time of the extraction.