Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Nov 2011 13:35:59 +0200
From:      "Luchesar V. ILIEV" <luchesar.iliev@gmail.com>
To:        Thomas Mueller <mueller6727@bellsouth.net>
Cc:        freebsd-current@freebsd.org, Ken Smith <kensmith@buffalo.edu>
Subject:   Re: FreeBSD 9.0-RC2 Available...
Message-ID:  <4EC6431F.7000806@gmail.com>
In-Reply-To: <20111118105339.1CE9D1065688@hub.freebsd.org>
References:  <1321553970.82271.66.camel@bauer.cse.buffalo.edu> <20111118105339.1CE9D1065688@hub.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 18/11/2011 12:53, Thomas Mueller wrote:
>> If you would like to use csup/cvsup mechanisms to access the source
>> tree the branch tag to use is now "RELENG_9_0", if you use "." (head)
>> you will get 10-CURRENT.  If you would like to access the source tree
>> via SVN it is "svn://svn.freebsd.org/base/releng/9.0/".  We still have
>> the nit that the creation of a new SVN branch winds up causing what
>> looks like a check-in of the entire tree in CVS (a side-effect of the
>> svn2cvs exporter) so "mergemaster -F" is your friend if you are using
>> csup/cvsup.
> 
> About a couple days before seeing this message, or the message on the FreeBSD web site, but after seeing RC2 on the ftp.freebsd.org server,
> I already ran csup with
> 
> *default release=cvs tag=RELENG_9
> 
> Am I screwed, am I OK, or do I simply have to rerun csup with RELENG_9_0 instead of RELENG_9 ?

RELENG_9 (cvs) = stable/9 (svn) = 9.N-STABLE (newvers.sh, `uname -r`)
RELENG_9_0 (cvs) = releng/9.0 (svn) = 9.0-RELEASE (newvers.sh, uname)

In short, if you want to use the 9.0-RELEASE (when it finally gets
ready), then you need to switch to RELENG_9_0. If you prefer using
-STABLE for your systems, then you're OK with RELENG_9.

In case you don't know or are not quite sure about the differences
between -RELEASE and -STABLE, I'd recommend switching to RELENG_9_0.

> Again, I can't find that file (needle in the haystack) in /usr/src tree that shows version number such as RC2.

This has already been answered, but just a quick note. If you've
recently updated your sources using the RELENG_9 tag, you'll most likely
see the version in newvers.sh as:

REVISION="9.0"
BRANCH="PRERELEASE"

If you switch to RELENG_9_0 and update your sources again, you should
see the familiar:

REVISION="9.0"
BRANCH="RC2"

HTH,
Luchesar

-- 
i.dea.is/luchesar



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