From owner-freebsd-hackers Mon Dec 9 10:19:17 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA19722 for hackers-outgoing; Mon, 9 Dec 1996 10:19:17 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id KAA19715 for ; Mon, 9 Dec 1996 10:19:15 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id KAA00914; Mon, 9 Dec 1996 10:58:32 -0700 From: Terry Lambert Message-Id: <199612091758.KAA00914@phaeton.artisoft.com> Subject: Re: trying to upgrade to 2.2 To: SimsS@IBM.Net Date: Mon, 9 Dec 1996 10:58:32 -0700 (MST) Cc: freebsd-hackers@freebsd.org In-Reply-To: <199612082312.XAA100434@smtp-gw01.ny.us.ibm.net> from "Steve Sims" at Dec 8, 96 06:11:16 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-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > build /u/build2.2/Root, using dump/restore to copy my (working) > > 2.1.6.1 system (/, /var, /usr). > > > > cvsupped 12/6 (release=cvs host=cvsup.freebsd.org) > > > > extracted with: > > cvs -d /home/ncvs $QUIET -r checkout -r RELENG_2_2 -d `pwd`/src src > > and this reminded me of a question that's been rattling around in the back > of my brain for some time: Where is the definitive listing of tags that > cvsup can use to pull code sets from the cvs repository? Stated another > way, how would an idjit (me) know what tag names in cvs correspond to what > versions (I presume all the way back to 2.0.something. > > On the machine that I use to track -CURRENT, 'tag=.', so that's a > no-brainer, but what if I wanted to track, say, 2.2? > > Inquiring minds want to know. (Yes, I've R'd TFM). Actually, there should have been a list checked in at the top level so that you could check out the list, then check out the tag branch. You would, of course, reset the tags on the tag list file each time you checked it out... 8-). Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.