r962378 | danielsh | 2010-07-09 00:55:50 +0000 (Fri, 09 Jul 2010)
Fix issue #3641: improve svn_repos_replay2()'s handling of dir replaces.
See these threads:
http://thread.gmane.org/alpine.561.2.00.1006222034370.2312@daniel2.local (dev@)
http://thread.gmane.org/20100621134925.GA5965@easy5.in-chemnitz.de (users@)
Tested by: Tino Schwarze <subversion.lists@tisc.de>
* subversion/libsvn_repos/replay.c
(add_subdir):
Set SOURCE_PATH and SOURCE_ROOT correctly when recursing.
* subversion/tests/cmdline/svnsync_tests.py
(descend_into_replace): Expect it to pass.