Description
When trying to use revision 2490 to do the dump/load required for revision 2491, I encountered this error: svn_error: #21069 : <Filesystem has no item> file not found: revision `1', path `b/child' It can be reproduced as follows: $ svnadmin create test_repos $ svn co file://blah/test_repos -d test_wc $ cd test_wc $ svn mkdir a $ touch a/child $ svn add a/child $ svn ci -F /dev/null $ svn mv a b $ echo blah > b/child $ svn ci -F /dev/null $ svnadmin dump ../test_repos I think this is not uncommon to make both these changes in the same revision, since source files may care about their paths (Java packages, for example).
Original issue reported by slamb