svn commit: r184513 - user

Warner Losh imp at FreeBSD.org
Fri Oct 31 11:27:30 PDT 2008


Author: imp
Date: Fri Oct 31 18:27:30 2008
New Revision: 184513
URL: http://svn.freebsd.org/changeset/base/184513

Log:
  Add a missing /sys which is implied by later comments.

Modified:
  user/GUIDELINES.txt

Modified: user/GUIDELINES.txt
==============================================================================
--- user/GUIDELINES.txt	Fri Oct 31 15:56:38 2008	(r184512)
+++ user/GUIDELINES.txt	Fri Oct 31 18:27:30 2008	(r184513)
@@ -65,7 +65,7 @@ Then check it out:
   $ svn co $BASE/projects/ia65
 
 To integrate changes from head into your branch:
-  $ cd ia65 ; svn update; svn status | read output!  Should preferably be clean.
+  $ cd ia65/sys ; svn update; svn status | read output!  Should preferably be clean.
   (you may prefer to do merges in a second, clean checkout. It will be easier!)
   $ svn merge $BASE/head/sys
   (this merges head/sys/* into ., which is projects/ia65/sys)


More information about the svn-src-user mailing list