how to tell source code versions?
    horio shoichi 
    bugsgrief at bugsgrief.net
       
    Sat Sep 11 15:06:40 PDT 2004
    
    
  
On Fri, 10 Sep 2004 23:07:39 -0400
rob gabaree <robg.list at 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 at 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 at gmail.com
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at 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
    
    
More information about the freebsd-questions
mailing list