Bug in svnrdump (trunk@1085375) -- malformed dump file with multiple properties
From: <neil.winton_at_bt.com>
Date: Fri, 25 Mar 2011 14:50:37 +0000
Hi,
There appears to be a problem with the new svnrdump command handling revisions where multiple simultaneous property changes occur on a single file or directory. I couldn't see any mention of this in the user or dev lists elsewhere.
To recreate to bug, do the following:
svnadmin create test-original
The result of the load (also using svnadmin instead of svnrdump) is:
* Loaded revision 0.
The problem appears to be that multiple property changes are not consolidated into a single set of changes associated with a node, but instead appear as "orphaned" Prop-delta sections. So in the original dump you see:
Node-path:
K 3
But in the output from svnrdump this appears as follows:
Node-path:
K 3
Prop-delta: true
K 3
Sorry, but I'm not quite up to providing a fix as yet, but I hope this helps someone to figure it out.
Regards,
Neil Winton
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.