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" GavinReceived on Tue Dec 27 2011 - 18:31:17 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:22 UTC