I am trying to check out the latest 9.1 branch with security patches which I thought I would get by using
Hmm. That's not what I expected. When I looked at the svnweb.freebsd.org web site the latest version for the RELENG_9_1 branch should have been 255448. 255960 looks like the very last thing checked in which means it's the STABLE-9 branch?
So I clear out the /usr/src/ directory and run
.
I'm willing to think that the svnweb information might be a few hours out of date, but these two branches shouldn't lead me to the same revision on checkout. I checked both /etc/rc.conf and /etc/make.conf. Nothing in there that I didn't expect and nothing in my environment variables either. I'm not sure what I'm missing here, but if anyone can help me out of my confusion and suggest what I'm doing wrong I'd be grateful.
Thanks,
Kevin
svn checkout [url=svn://svn.freebsd.org/base/releng/9.1/]svn://svn.freebsd.org/base/releng/9.1/[/url] /usr/src
. The command works fine, populates the /usr/src and looks good until the very last line where it says
Code:
Checked out revision 255960
Hmm. That's not what I expected. When I looked at the svnweb.freebsd.org web site the latest version for the RELENG_9_1 branch should have been 255448. 255960 looks like the very last thing checked in which means it's the STABLE-9 branch?
So I clear out the /usr/src/ directory and run
svn checkout [url=svn://svn.freebsd.org/base/stable/9/]svn://svn.freebsd.org/base/stable/9/[/url] /usr/src
. Sure enough, last line says:
Code:
Checked out revision 255960
I'm willing to think that the svnweb information might be a few hours out of date, but these two branches shouldn't lead me to the same revision on checkout. I checked both /etc/rc.conf and /etc/make.conf. Nothing in there that I didn't expect and nothing in my environment variables either. I'm not sure what I'm missing here, but if anyone can help me out of my confusion and suggest what I'm doing wrong I'd be grateful.
Thanks,
Kevin