On 20.01.2017 15:04, Bert Huijben wrote:
-----Original Message-----
From: stef...@apache.org [mailto:stef...@apache.org]
Sent: vrijdag 20 januari 2017 13:34
To: comm...@subversion.apache.org
Subject: svn commit: r1779617 -
/subversion/trunk/subversion/libsvn_ra_svn/client.c
Author: stefan2
Date: Fri Jan 20 12:33:32 2017
New Revision: 1779617
URL: http://svn.apache.org/viewvc?rev=1779617&view=rev
Log:
Second and final step in the eliminatation of reparent calls over ra_svn.
Actually eliminate reparent calls that are below to the current parent.
Adapt all path parameter accordingly before passing them to the server.
This patch introduces a few calls to dirent functions, that should really be to
relpath functions. The buildbot complains with assertions on Windows, as we
explicitly test for a few of these cases.
Sorry about that! r1779620 should fix it.
-- Stefan^2.