Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Oct 1998 12:24:03 +0930
From:      Greg Lehey <grog@lemis.com>
To:        Khetan Gajjar <khetan@iafrica.com>, "original recipient in envelope at link.cpt.nsc.iafrica.com" <questions@FreeBSD.ORG>
Subject:   Re: 3.0 tag
Message-ID:  <19981018122403.U435@freebie.lemis.com>
In-Reply-To: <Pine.BSF.4.02A.9810171550330.25456-100000@link.cpt.nsc.iafrica.com>; from Khetan Gajjar on Sat, Oct 17, 1998 at 03:52:29PM %2B0200
References:  <Pine.BSF.4.02A.9810171550330.25456-100000@link.cpt.nsc.iafrica.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday, 17 October 1998 at 15:52:29 +0200, Khetan Gajjar wrote:
> Hi.
>
> I'd like to change the RELENG_2_2 tag in my cvsup file
> that I was using to cvsup 2.2-stable sources, to the
> new 3.x tag (if it exists).
>
> I haven't seen any commit mail about what the new tag will
> be, but will RELENG_3 pull the latest (non current) 3.x
> sources ? I presume that the release tag is
> RELENG_3_0_RELEASE, but I'd prefer to make the change
> now, once. Thanks!

It's RELENG_3_0_0_RELEASE.  The easy way to find out is to:

# cvs log /usr/src/Makefile | more
RCS file: /src/ncvs/src/Makefile,v
Working file: /usr/src/Makefile
head: 1.221
branch:
locks: strict
access list:
symbolic names:
        RELENG_3_0_0_RELEASE: 1.220
        RELENG_2_2_7_RELEASE: 1.109.2.33
        RELENG_2_2_6_RELEASE: 1.109.2.25
        RELENG_2_2_5_RELEASE: 1.109.2.19
        RELENG_2_2_2_RELEASE: 1.109.2.4

BTW, the first time you check out this tag, the system will take about
10 minutes before it does anything.  Then it will continue normally.
We're not 100% sure why that is, but it looks as if it's looking for
the first occurrence of the tag, and it's not in the ports tree yet.
Since ports are before src in the alphabetical order, it has to get
through them before it finds the tag.  Then it starts the checkout.

This won't happen a second time, because cvs stores the tag in a file
$CVSROOT/CVSROOT/val-tags.

Greg
--
See complete headers for address, home page and phone numbers
finger grog@lemis.com for PGP public key

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19981018122403.U435>