sources version file?

2006-11-23 Thread Jonathan Horne
ive searched the archives over the past 2 weeks or so unsuccessfully for this 
tidbit, which i have seen mentioned here before.  so, i re-ask:

what is the path/filename of the sources file that says what version of the 
cvs sources have been downloaded?

thanks,
jonathan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: sources version file?

2006-11-23 Thread Giorgos Keramidas
On 2006-11-23 09:46, Jonathan Horne [EMAIL PROTECTED] wrote:
 ive searched the archives over the past 2 weeks or so unsuccessfully for this 
 tidbit, which i have seen mentioned here before.  so, i re-ask:
 
 what is the path/filename of the sources file that says what version of the 
 cvs sources have been downloaded?

In CVS each file has its owwn revision number.  Thus, there is no
tree-wide version number.  In general, you can refer to the date of
the last commit you have updated to.  This is not so easy or useful for
mixed version trees, where you have all the commits up to, for
instance, date A but have manually applied the patch B to the tree (from
another date, B).

Why do you want to find out this tree-wise revision?  Perhaps there is
some other way to obtain the information you are after...

- Giorgos

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: sources version file?

2006-11-23 Thread Gelsema, P \(Patrick\) - FreeBSD
On Thu, November 23, 2006 16:46, Jonathan Horne wrote:
 ive searched the archives over the past 2 weeks or so unsuccessfully for
 this
 tidbit, which i have seen mentioned here before.  so, i re-ask:

 what is the path/filename of the sources file that says what version of
 the
 cvs sources have been downloaded?

# egrep REVISION|BRANCH /usr/src/sys/conf/newvers.sh
REVISION=5.4
BRANCH=RELEASE-p22
RELEASE=${REVISION}-${BRANCH}

Cheers

Patrick
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: sources version file?

2006-11-23 Thread Alex Zbyslaw

Giorgos Keramidas wrote:


On 2006-11-23 09:46, Jonathan Horne [EMAIL PROTECTED] wrote:
 

ive searched the archives over the past 2 weeks or so unsuccessfully for this 
tidbit, which i have seen mentioned here before.  so, i re-ask:


what is the path/filename of the sources file that says what version of the 
cvs sources have been downloaded?
   



 

Do you mean After I have cvsup'ed /usr/src, how can I tell what version 
of FreeBSD is there?


If so, the answer is I don't know, but I'm sure someone will, but that 
question makes sense, whereas your current one doesn't really, as 
Giorgos has explained.


hth,

--Alex



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: sources version file?

2006-11-23 Thread Jonathan Horne
On Thursday 23 November 2006 10:38, Gelsema, P (Patrick) - FreeBSD wrote:
 /usr/src/sys/conf/newvers.sh

ah yes, thats the one i was looking for!! thanks!

cheers,
jonathan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]