Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Dec 2011 19:18:18 +0000 (GMT)
From:      Gavin Atkinson <gavin@FreeBSD.org>
To:        Ron McDowell <rcm@fuzzwad.org>
Cc:        freebsd-current <freebsd-current@freebsd.org>
Subject:   Re: Removal of sysinstall from HEAD and lack of a post-install configuration tool
Message-ID:  <alpine.LNX.2.00.1112271914490.7448@ury.york.ac.uk>
In-Reply-To: <4EFA057E.4030500@fuzzwad.org>
References:  <4EF904F2.4020109@FreeBSD.org> <4EF953ED.9060905@fuzzwad.org> <4EF9B09A.4070103@freebsd.org> <4EFA057E.4030500@fuzzwad.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 27 Dec 2011, Ron McDowell wrote:
> As a related question, is there a good primer somewhere about how to use SVN?
> I'm using csup at present.

-  Install the subversion port

-  Downlaod the source.  To get HEAD code:

   svn co svn://svn.freebsd.org/base/head/

   or to get 9-stable code:

   svn co svn://svn.freebsd.org/base/stable/9

  (If you want to check it out into a different directory, append the dir 
   name,  for example: "svn co svn://svn.freebsd.org/base/head/ src")

-  Make your changes :)

-  To get a diff of your changes, you can just use "svn diff"

Gavin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.LNX.2.00.1112271914490.7448>