I am running FreeBSD 9.0. I decided I wanted to learn some more, so decided to get familiar with building the system from source. I want to follow the latest stable 9 tree (so as it progresses through the 9.X series, I can just follow along).
Reading the handbook, it notes that cvs is going away, and subversion is the CM tool to use. I am not sure the status of csup (which is nice, as it comes with world and one doesn't have to add a port). Regardless, it would appear that subversion is the way to go for the future.
What I do not know, is what branch to check out. I think I want to do the following:
I believe this will let me track the 9.x stable , and move along as 9.X progresses. Is that correct?
Reading the handbook, it notes that cvs is going away, and subversion is the CM tool to use. I am not sure the status of csup (which is nice, as it comes with world and one doesn't have to add a port). Regardless, it would appear that subversion is the way to go for the future.
What I do not know, is what branch to check out. I think I want to do the following:
# svn checkout [url=svn://svn.freebsd.org/base/stable/9]svn://svn.freebsd.org/base/stable/9[/url] /usr/src
I believe this will let me track the 9.x stable , and move along as 9.X progresses. Is that correct?