svn commit: r242592 - svnadmin/hooks/scripts

Peter Wemm peter at FreeBSD.org
Mon Nov 5 00:29:26 UTC 2012


Author: peter
Date: Mon Nov  5 00:29:25 2012
New Revision: 242592
URL: http://svnweb.freebsd.org/changeset/base/242592

Log:
  Note the capabiity that indicates the client has the svn-1.7 feature
  that fixes the mergeinfo proliferation.

Modified:
  svnadmin/hooks/scripts/checkcaps.sh

Modified: svnadmin/hooks/scripts/checkcaps.sh
==============================================================================
--- svnadmin/hooks/scripts/checkcaps.sh	Sun Nov  4 22:11:35 2012	(r242591)
+++ svnadmin/hooks/scripts/checkcaps.sh	Mon Nov  5 00:29:25 2012	(r242592)
@@ -8,6 +8,7 @@ IFS=":"
 set $CAPS
 IFS="$OIFS"
 
+# atomic-revprops = 1.7+ client with improved mergeinfo handling
 found=0
 for i in $*
 do


More information about the svn-src-svnadmin mailing list