svn propchange: r965551 - svn:log

2010-07-20 Thread stsp
Author: stsp
Revision: 965551
Modified property: svn:log

Modified: svn:log at Tue Jul 20 14:06:53 2010
--
--- svn:log (original)
+++ svn:log Tue Jul 20 14:06:53 2010
@@ -21,7 +21,8 @@ should.
 * subversion/svn/add-cmd.c
   (svn_cl__add): Raise an error if any of the targets supplied by the
user look like URLs. Heed our own API requirements by canonicalizing
-   paths before passing them to the client library!!!
+   paths before passing them to the client library [Note from the future:
+   This part was reverted in r965854 because paths were already canonicalized].
Rename a subpool to iterpool while here, since the pool is used in a loop.
 
 * subversion/tests/cmdline/input_validation_tests.py: New.



svn propchange: r965551 - svn:log

2010-07-19 Thread stsp
Author: stsp
Revision: 965551
Modified property: svn:log

Modified: svn:log at Mon Jul 19 16:28:07 2010
--
--- svn:log (original)
+++ svn:log Mon Jul 19 16:28:07 2010
@@ -1,5 +1,5 @@
 As part of addressing issue #3620, make 'svn add' properly validate targets.
-This fixes a user-triggable assertion.
+This fixes a user-triggerable assertion.
 
 This is just a small start of a comprehensive path/URL input validation audit
 that needs to be performed to properly fix issue #3620. So similar commits