Re: Checksum failed after using sed to modify paths in dump file in spite of using ^
From: Ryan Schmidt <subversion-2011a_at_ryandesign.com>
Date: Wed, 10 Aug 2011 02:46:53 -0500
On Aug 10, 2011, at 02:11, Peter Pommelich wrote:
>> I used svndumpfilter to extract only the wanted folders from the original 'big' dump file.
transform-prop is for transforming versioned properties; Node-path is not a versioned property; it is an internal detail of the dumpfile format that you don't need to concern yourself with.
I suggest you read the section "Moving things around" under "Some tips" in the svndumptool readme:
http://svn.borg.ch/svndumptool/0.6.1/README.txt
On Aug 10, 2011, at 02:40, Peter Pommelich wrote:
> I just used perl for editing the dump file (perl -e "s/^Node-path: trunk\/meta\//Node-path: /g;" -pi.bak <filename>) and it just worked.
Ok... But using perl is no better than using sed IMHO. perl, like sed, is not designed to deal with dumpfiles; svndumptool is, and knows details of the format that you might not.
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.