From owner-svn-soc-all@FreeBSD.ORG Thu Jun 6 21:03:59 2013 Return-Path: Delivered-To: svn-soc-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D70D08CF for ; Thu, 6 Jun 2013 21:03:59 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from socsvn.freebsd.org (socsvn.freebsd.org [IPv6:2001:1900:2254:206a::16:124]) by mx1.freebsd.org (Postfix) with ESMTP id C95CA145D for ; Thu, 6 Jun 2013 21:03:59 +0000 (UTC) Received: from socsvn.freebsd.org ([127.0.1.124]) by socsvn.freebsd.org (8.14.7/8.14.7) with ESMTP id r56L3xqc036968 for ; Thu, 6 Jun 2013 21:03:59 GMT (envelope-from gavin@FreeBSD.org) Received: (from www@localhost) by socsvn.freebsd.org (8.14.6/8.14.6/Submit) id r4LCnSAI045580 for svn-soc-all@FreeBSD.org; Tue, 21 May 2013 12:49:28 GMT (envelope-from gavin@FreeBSD.org) Message-Id: <201305211249.r4LCnSAI045580@socsvn.freebsd.org> X-Authentication-Warning: socsvn.freebsd.org: www set sender to gavin@FreeBSD.org using -f From: gavin@FreeBSD.org To: svn-soc-all@FreeBSD.org Subject: socsvn commit: r251951 - svnadmin/tools MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-soc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the entire Summer of Code repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Thu, 06 Jun 2013 21:03:59 -0000 X-Original-Date: Tue, 21 May 2013 12:49:28 GMT X-List-Received-Date: Thu, 06 Jun 2013 21:03:59 -0000 Author: gavin Date: Tue May 21 12:49:28 2013 New Revision: 251951 URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=251951 Log: Update adduser script for 2013. Modified: svnadmin/tools/add-user.sh Modified: svnadmin/tools/add-user.sh ============================================================================== --- svnadmin/tools/add-user.sh Tue May 21 12:28:01 2013 (r251950) +++ svnadmin/tools/add-user.sh Tue May 21 12:49:28 2013 (r251951) @@ -66,12 +66,12 @@ If you wish to change your password, please send soc-admins@freebsd.org an SHA password hash as generated by "htpasswd -s". - All authenticated users have write access to the /soc2012 tree. As a + All authenticated users have write access to the /soc2013 tree. As a matter of convention, please place all your working code under a - /soc2012/ directory. + /soc2013/ directory. *** REPEAT: Your changes should all be relative to - *** https://socsvn.freebsd.org/socsvn/soc2012/${name}/ + *** https://socsvn.freebsd.org/socsvn/soc2013/${name}/ A copy of the FreeBSD base subversion repository is under /mirror/FreeBSD and is updated hourly. If you are modifying the base @@ -80,7 +80,7 @@ directory. For example: svn cp https://socsvn.freebsd.org/socsvn/mirror/FreeBSD/head \ - https://socsvn.freebsd.org/socsvn/soc2012/${name}/myproject-head + https://socsvn.freebsd.org/socsvn/soc2013/${name}/myproject-head You would then use subversion's merge operation to keep your branch up to date.