Removal of sysinstall from HEAD and lack of a post-install configuration tool

Gavin Atkinson gavin at FreeBSD.org
Tue Dec 27 19:31:17 UTC 2011


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


More information about the freebsd-current mailing list