socsvn commit: r235674 - svnadmin/tools

gavin at FreeBSD.org gavin at FreeBSD.org
Sat May 12 20:15:35 UTC 2012


Author: gavin
Date: Sat May 12 20:15:32 2012
New Revision: 235674
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=235674

Log:
  Use the student's username in the example branch copy

Modified:
  svnadmin/tools/add-user.sh

Modified: svnadmin/tools/add-user.sh
==============================================================================
--- svnadmin/tools/add-user.sh	Sat May 12 19:59:37 2012	(r235673)
+++ svnadmin/tools/add-user.sh	Sat May 12 20:15:32 2012	(r235674)
@@ -80,7 +80,7 @@
 	directory.  For example:
 
 	svn cp https://socsvn.freebsd.org/socsvn/mirror/FreeBSD/head \
-	    https://socsvn.freebsd.org/socsvn/soc2012/brooks/myproject-head
+	    https://socsvn.freebsd.org/socsvn/soc2012/${name}/myproject-head
 
 	You would then use subversion's merge operation to keep your branch up
 	to date.


More information about the svn-soc-all mailing list