From owner-freebsd-hackers Sun Dec 8 15:12:41 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA28916 for hackers-outgoing; Sun, 8 Dec 1996 15:12:41 -0800 (PST) Received: from smtp-gw01.ny.us.ibm.net (smtp-gw01.ny.us.ibm.net [165.87.194.252]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id PAA28911 for ; Sun, 8 Dec 1996 15:12:38 -0800 (PST) Received: (from uucp@localhost) by smtp-gw01.ny.us.ibm.net (8.6.9/8.6.9) id XAA100434 for ; Sun, 8 Dec 1996 23:12:37 GMT Message-Id: <199612082312.XAA100434@smtp-gw01.ny.us.ibm.net> Received: from slip166-72-243-66.va.us.ibm.net(166.72.243.66) by smtp-gw01.ny.us.ibm.net via smap (V1.3mjr) id smaYK0Dmb; Sun Dec 8 23:11:21 1996 Reply-To: From: "Steve Sims" To: Subject: Re: trying to upgrade to 2.2 Date: Sun, 8 Dec 1996 18:11:16 -0500 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1155 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk mark thompson said: > > 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). ...sjs...