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.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"