SVN checkout

John Baldwin jhb at freebsd.org
Fri Jan 13 21:55:03 UTC 2012


On Friday, January 13, 2012 4:40:08 pm Andreas Nilsson wrote:
> On 01/13/2012 09:51 PM, Garrett Cooper wrote:
> > On Jan 13, 2012, at 5:53 AM, Julian Kennedy wrote:
> >
> >> Hi All
> >>
> >> Im just joined the list. Im not sure if this is the right place to ask
> >> svn questions. I want to checkout the freebsd code to play with it a
> >> bit. What should I do and which part of the repo should I checkout? I
> >> want the 9.0 code.
> >
> > $ cd /usr/src
> > $ svn co http://svn.freebsd.org/base/release/9.0.0 .
> Can I just ask a for a clarification then: would .../release/8.2.5 get 
> me what after buildworld+buildkernel results in 8.2-RELEASE-p5?
> 
> I ask because I have some interest in having a tree from which i easily 
> can check out a given patch-version.

I don't think we tag the patches, I think they are just committed to
releng/8.2 directly.  However, you could look at the logs for a given
branch (e.g. svn log --stop-on-copy releng/8.2) and figure out the svn
revision that would correspond to 8.2-p5.

-- 
John Baldwin


More information about the freebsd-stable mailing list