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. Thx Julian
On Fri, Jan 13, 2012 at 1:53 PM, Julian Kennedy <juliankenn@gmail.com> 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. > > Thx > JulianFor release 9.0: http://svn.freebsd.org/base/release/9.0.0 You probably actually want what would be referred to as RELENG_9 in CVS: http://svn.freebsd.org/base/stable/9 They should be checked out as /usr/src/ Cheers Tom
You can do this using csup for example:- cp /usr/share/examples/cvsup/stable-supfile /usr/share/examples/cvsup/9.0-release-supfile Edit the following to the relavent values *default host=CHANGE_THIS.FreeBSD.org *default release=cvs tag=RELENG_9 e.g. *default host=cvs.uk.FreeBSD.org *default release=cvs tag=RELENG_9_0 and then run: csup /usr/share/examples/cvsup/9.0-release-supfile This will update your source tree in /usr/src to the 9.0 source. Regards Steve ----- Original Message ----- From: "Julian Kennedy" <juliankenn@gmail.com> To: <freebsd-stable@freebsd.org> Sent: Friday, January 13, 2012 1:53 PM Subject: SVN checkout> 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. > > Thx > Julian > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >===============================================This e.mail is private and confidential between Multiplay (UK) Ltd. and the person or entity to whom it is addressed. In the event of misdirection, the recipient is prohibited from using, copying, printing or otherwise disseminating it or any information contained in it. In the event of misdirection, illegible or incomplete transmission please telephone +44 845 868 1337 or return the E.mail to postmaster@multiplay.co.uk.
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 . Cheers, -Garrett
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.> > Cheers, > -Garrett > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"Regards Andreas Nilsson