Date: Fri, 13 Jan 2012 16:55:01 -0500 From: John Baldwin <jhb@freebsd.org> To: freebsd-stable@freebsd.org Cc: Andreas Nilsson <andrnils@gmail.com> Subject: Re: SVN checkout Message-ID: <201201131655.01624.jhb@freebsd.org> In-Reply-To: <4F10A4B8.4060403@gmail.com> References: <CABj8Z1q7ePDxKmcEzjqJXXAucRt%2BMQFuRWEDr6ve5yuShP4tdw@mail.gmail.com> <C78BA6DE-78A7-4105-AE5F-C9B027C851A5@gmail.com> <4F10A4B8.4060403@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201131655.01624.jhb>