svn commit: r49233 - in svnadmin: conf hooks/scripts

Warren Block wblock at FreeBSD.org
Tue Aug 9 03:06:26 UTC 2016


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...


More information about the svn-doc-svnadmin mailing list