This sounds like an accidental ignore ancestry, which would make me guess this is related to Julian’s recent change to this ra api.
(I performed similar testruns of old vs new for switch when I tweaked that behavior earlier in the cycle)
Bert
Sent from Windows Mail
From: philip_at_tigris.org
Sent: Wednesday, April 10, 2013 9:56 PM
To: issues_at_subversion.tigris.org
http://subversion.tigris.org/issues/show_bug.cgi?id=4348
Issue #|4348
Summary|missing directory replace on update 1.8 svnserve 1.7 c
|lient
Component|subversion
Version|trunk
Platform|All
URL|
OS/Version|All
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P3
Subcomponent|libsvn_ra_svn
Assigned to|issues_at_subversion
Reported by|philip
------- Additional comments from philip_at_tigris.org Wed Apr 10 12:56:41 -0700 2013 -------
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_at_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.
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=463&dsMessageId=3052970
To unsubscribe from this discussion, e-mail: [issues-unsubscribe_at_subversion.tigris.org].
Received on 2013-04-10 22:09:30 CEST