From owner-svn-doc-svnadmin@freebsd.org Tue Aug 9 03:06:26 2016 Return-Path: Delivered-To: svn-doc-svnadmin@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D8C6BB2EB5; Tue, 9 Aug 2016 03:06:26 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5D3AA14C5; Tue, 9 Aug 2016 03:06:26 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7936Pjv096127; Tue, 9 Aug 2016 03:06:25 GMT (envelope-from wblock@FreeBSD.org) Received: (from wblock@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7936Pqv096125; Tue, 9 Aug 2016 03:06:25 GMT (envelope-from wblock@FreeBSD.org) Message-Id: <201608090306.u7936Pqv096125@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wblock set sender to wblock@FreeBSD.org using -f From: Warren Block Date: Tue, 9 Aug 2016 03:06:25 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-svnadmin@freebsd.org Subject: svn commit: r49233 - in svnadmin: conf hooks/scripts X-SVN-Group: doc-svnadmin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-svnadmin@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for svnadmin of the doc trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Aug 2016 03:06:26 -0000 Author: wblock Date: Tue Aug 9 03:06:25 2016 New Revision: 49233 URL: https://svnweb.freebsd.org/changeset/doc/49233 Log: Add myself to sizelimit.conf to explicitly acknowledge that, yes, that was in fact what I meant, and yes, I do mean to commit those big files, thank you, and yes, I will be careful, and yes I do have my mittens. Also update the comments in sizelimit.py to give a miniscule hint of a clue of a pointer of a vague reference to what it is talking about. Approved by: doceng (implicit) Modified: svnadmin/conf/sizelimit.conf svnadmin/hooks/scripts/sizelimit.py Modified: svnadmin/conf/sizelimit.conf ============================================================================== --- svnadmin/conf/sizelimit.conf Mon Aug 8 23:20:41 2016 (r49232) +++ svnadmin/conf/sizelimit.conf Tue Aug 9 03:06:25 2016 (r49233) @@ -18,3 +18,4 @@ blackend gabor gjb hrs +wblock Modified: svnadmin/hooks/scripts/sizelimit.py ============================================================================== --- svnadmin/hooks/scripts/sizelimit.py Mon Aug 8 23:20:41 2016 (r49232) +++ svnadmin/hooks/scripts/sizelimit.py Tue Aug 9 03:06:25 2016 (r49233) @@ -13,7 +13,8 @@ from svn import core, fs, repos # you were about to add a large transaction. # Check your 'svn status' output, think carefully and take extra care. You may -# temporarily add yourself here once you're in the 'careful' frame of mind. :) +# temporarily add yourself to /conf/sizelimit.conf once you're in the 'careful' +# frame of mind. :) # Be sure to remove yourself after you're finished, or you might find yourself # having to explain a large accident...