Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Aug 2016 03:06:25 +0000 (UTC)
From:      Warren Block <wblock@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-svnadmin@freebsd.org
Subject:   svn commit: r49233 - in svnadmin: conf hooks/scripts
Message-ID:  <201608090306.u7936Pqv096125@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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...



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608090306.u7936Pqv096125>