From owner-svn-soc-all@FreeBSD.ORG Sat May 12 20:15:34 2012 Return-Path: Delivered-To: svn-soc-all@FreeBSD.org Received: from socsvn.FreeBSD.org (unknown [IPv6:2001:4f8:fff6::2f]) by hub.freebsd.org (Postfix) with SMTP id E3882106566C for ; Sat, 12 May 2012 20:15:32 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: by socsvn.FreeBSD.org (sSMTP sendmail emulation); Sat, 12 May 2012 20:15:32 +0000 Date: Sat, 12 May 2012 20:15:32 +0000 From: gavin@FreeBSD.org To: svn-soc-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <20120512201532.E3882106566C@hub.freebsd.org> Cc: Subject: socsvn commit: r235674 - svnadmin/tools X-BeenThere: svn-soc-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the entire Summer of Code repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2012 20:15:35 -0000 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.