Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Sep 2004 07:06:29 +0900
From:      horio shoichi <bugsgrief@bugsgrief.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: how to tell source code versions?
Message-ID:  <20040911.220629.11c7c8f3781bebfe.10.0.3.20@bugsgrief.net>
In-Reply-To: <5c389d3b04091020077fdc6fb0@mail.gmail.com>
References:  <5c389d3b04091020077fdc6fb0@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 10 Sep 2004 23:07:39 -0400
rob gabaree <robg.list@gmail.com> wrote:
> hi guys:
> 
> im pretty new and just recompiled my kernel with cvsup (using src-all)
> and uname -a prints:
> 
> FreeBSD xxx 4.10-RELEASE-p2 FreeBSD 4.10-RELEASE-p2 #1: Fri Sep 10
> 18:01:49 EST 2004     root@xxx:/usr/obj/usr/src/sys/XCAGE2  i386
> 
> i used the RELENG_4_10 tag to do this, but im wondering if someone
> could tell me where to go to find out the latest source code, ex the
> above was -RELEASE-p2.. is p2 the latest? where can i find the latest
> info so i know i ahve the most up to date one?
> 
> thanks
> -- 
> robg
> robg.list@gmail.com
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
> 

Yes, it appears so, as far as 4.10-RELEASE concerns.

Assuming you have setenv CVSROOT /somewhere, where /somewhere has
"tolerably recent" cvs repository,

% cd /tmp
% cvs get -r RELENG_4_10 src/sys/conf/newvers.sys
U src/sys/conf/newvers.sh
% ls -l src/sys/conf/newvers.sh
-rw-r--r--  1 horio  wheel  3400 Jul  1 02:33 src/sys/conf/newvers.sh
% grep ^BRANCH src/sys/conf/newvers.sys
BRANCH="RELEASE-p2"
%


horio shoichi



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