Author: cmpilato
Revision: 1134473
Modified property: svn:log
Modified: svn:log at Fri Jun 10 23:14:13 2011
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Fri Jun 10 23:14:13 2011
@@ -1,10 +1,14 @@
Fix issue #3904 ("serf regression test failures with v1 protocol").
+NOTE: No need to backport this, as it was a regression introduced in
+trunk not present in 1.6.x.
+
+ALSO NOTE: In retrospect, there's room for improvement here by having
+each parent directory baton stash a boolean flag indicating that it is
+the descendent of an added directory, left as an exercise for a future
+commit.)
+
* subversion/libsvn_ra_serf/commit.c
(checkout_dir, checkout_file): Look all the way up the parent_dir
baton stack for an added directory, not just at the immediate
- parent. (NOTE: In retrospect, there's room for improvement here
- by having each parent directory baton stash a boolean flag
- indicating that it is the descendent of an added directory, left
- as an exercise for a future commit.)
-
+ parent.