From owner-svn-soc-all@FreeBSD.ORG Tue Apr 24 16:34:21 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 4C467106566C for ; Tue, 24 Apr 2012 16:34:19 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: by socsvn.FreeBSD.org (sSMTP sendmail emulation); Tue, 24 Apr 2012 16:34:19 +0000 Date: Tue, 24 Apr 2012 16:34:19 +0000 From: brooks@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: <20120424163419.4C467106566C@hub.freebsd.org> Cc: Subject: socsvn commit: r234940 - svnadmin/conf 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: Tue, 24 Apr 2012 16:34:21 -0000 Author: brooks Date: Tue Apr 24 16:34:18 2012 New Revision: 234940 URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=234940 Log: Add gavin as an admin. Enable the /soc2012 directory. Modified: svnadmin/conf/authz Modified: svnadmin/conf/authz ============================================================================== --- svnadmin/conf/authz Tue Apr 24 16:32:24 2012 (r234939) +++ svnadmin/conf/authz Tue Apr 24 16:34:18 2012 (r234940) @@ -1,5 +1,5 @@ [groups] -soc-admins = simon, rwatson, brooks, jhb +soc-admins = simon, rwatson, brooks, jhb, gavin [/] * = r @@ -15,3 +15,6 @@ # Disable the two lines below to enable per soc2011 directory auth [/soc2011] $authenticated = rw + +[/soc2012] +$authenticated = rw From owner-svn-soc-all@FreeBSD.ORG Tue Apr 24 16:39:15 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 AE0C6106567E for ; Tue, 24 Apr 2012 16:39:13 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: by socsvn.FreeBSD.org (sSMTP sendmail emulation); Tue, 24 Apr 2012 16:39:13 +0000 Date: Tue, 24 Apr 2012 16:39:13 +0000 From: brooks@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: <20120424163913.AE0C6106567E@hub.freebsd.org> Cc: Subject: socsvn commit: r234941 - 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: Tue, 24 Apr 2012 16:39:15 -0000 Author: brooks Date: Tue Apr 24 16:39:13 2012 New Revision: 234941 URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=234941 Log: Update message for 2012. Modified: svnadmin/tools/add-user.sh Modified: svnadmin/tools/add-user.sh ============================================================================== --- svnadmin/tools/add-user.sh Tue Apr 24 16:34:18 2012 (r234940) +++ svnadmin/tools/add-user.sh Tue Apr 24 16:39:13 2012 (r234941) @@ -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 /soc2011 tree. As a + All authenticated users have write access to the /soc2012 tree. As a matter of convention, please place all your working code under a - /soc2011/ directory. + /soc2012/ directory. *** REPEAT: Your changes should all be relative to - *** https://socsvn.freebsd.org/socsvn/soc2011/${name}/ + *** https://socsvn.freebsd.org/socsvn/soc2012/${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/soc2011/brooks/myproject-head + https://socsvn.freebsd.org/socsvn/soc2012/brooks/myproject-head You would then use subversion's merge operation to keep your branch up to date. From owner-svn-soc-all@FreeBSD.ORG Tue Apr 24 16:42:43 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 DCB141065674 for ; Tue, 24 Apr 2012 16:42:42 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: by socsvn.FreeBSD.org (sSMTP sendmail emulation); Tue, 24 Apr 2012 16:42:42 +0000 Date: Tue, 24 Apr 2012 16:42:42 +0000 From: brooks@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: <20120424164242.DCB141065674@hub.freebsd.org> Cc: Subject: socsvn commit: r234942 - soc2012 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: Tue, 24 Apr 2012 16:42:44 -0000 Author: brooks Date: Tue Apr 24 16:42:42 2012 New Revision: 234942 URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=234942 Log: make a directory for GSoC 2012 Added: soc2012/