Running the 1.7 tests over ra_svn with a 1.8 server shows an unexpected FAIL in
revert_tests.py 28. The problem can be reduced to:
svnadmin create repo
svn -mm mkdir --parents file://`pwd`/repo/A/B
svn -mm rm file://`pwd`/repo/A/B
svn -mm mkdir file://`pwd`/repo/A/B
svn co svn://localhost/repo@1 wc
svn up wc
The expected update is:
$ svn up wc
D wc/A/B
A wc/A/B
Updated to revision 3.
Trying with 1.7 and 1.8 clients and servers that is what is obtained for 3 out
of the 4 combinations, but when the client is 1.7 and the server is 1.8 the
update gives:
$ svn up wc
Updated to revision 3.