> -----Original Message-----
> From: [email protected] [mailto:[email protected]]
> Sent: vrijdag 25 maart 2011 17:52
> To: [email protected]
> Subject: svn commit: r1085464 -
> /subversion/trunk/subversion/svnrdump/load_editor.c
>
> Author: hwright
> Date: Fri Mar 25 16:52:10 2011
> New Revision: 1085464
>
> URL: http://svn.apache.org/viewvc?rev=1085464&view=rev
> Log:
> A bit of work on issue #3844. The test still fails, but at least it's not
> with an assertion.
>
> * subversion/svnrdump/load_editor.c
> (remove_node_props): Attempt to implement for non-newly-added
> nodes.
This patch needs a second ra session to work properly. (ra_local, ra_neon and
ra_serf happen to work ok, but the session is busy with a different operation
here).
See the svnserve failures.
Bert