svn commit: r274419 - svnadmin/hooks/scripts

Glen Barber gjb at FreeBSD.org
Wed Nov 12 08:38:39 UTC 2014


Author: gjb
Date: Wed Nov 12 08:38:38 2014
New Revision: 274419
URL: https://svnweb.freebsd.org/changeset/base/274419

Log:
  Fix a wording nit in detect-mergeinfo-bloat.pl
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  svnadmin/hooks/scripts/detect-mergeinfo-bloat.pl

Modified: svnadmin/hooks/scripts/detect-mergeinfo-bloat.pl
==============================================================================
--- svnadmin/hooks/scripts/detect-mergeinfo-bloat.pl	Wed Nov 12 08:36:42 2014	(r274418)
+++ svnadmin/hooks/scripts/detect-mergeinfo-bloat.pl	Wed Nov 12 08:38:38 2014	(r274419)
@@ -110,7 +110,7 @@ foreach my $line (&read_from_process('sv
 # and will not see this verbose message more than once.
 if (@errors) {
     warn "$0:\n\n", join("\n", @errors), "\n\n", <<EOS;
-    If you use "svn merge" then it must be done at the top directory
+    If you use "svn merge" then it must be done at the top level
     directory to prevent spread of mergeinfo records.  Resulting
     commits must ALSO be done from the root directory.
 


More information about the svn-src-svnadmin mailing list