Daniel Shahaf wrote on Wed, Feb 16, 2011 at 05:29:58 +0200: > (Tests pass if I add a SVN__NOT_IMPLEMENTED() to that function.) >
On the other hand, some tests fail if I add SVN__NOT_IMPLEMENTED() to remove_node_props(). Another one for the todo list... > cmpil...@apache.org wrote on Tue, Feb 15, 2011 at 17:22:32 -0000: > > Author: cmpilato > > Date: Tue Feb 15 17:22:32 2011 > > New Revision: 1070980 > > > > URL: http://svn.apache.org/viewvc?rev=1070980&view=rev > > Log: > > Improve 'svnrdump load' by implementing a missing function (the one > > that handles fulltext file contents in dumpstreams). We still can't > > fully handle non-delta dumpstreams due to remove_node_props() being a > > no-op.