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: Tue, 9 Aug 2011 08:52:41 -0500
On Aug 9, 2011, at 04:16, Peter Pommelich wrote:
> I have to modify some paths (trunk/meta/trunk => trunk) in the dump file created with 'svnadmin dump'. I did the modification of 'Node-path' and 'Node-copyfrom-path' with sed.
Do not use sed to modify a dumpfile; use a tool designed to understand the dump format, like svn's own svndumpfilter:
http://svnbook.red-bean.com/en/1.5/svn.ref.svndumpfilter.html
or the independently developed svndumptool:
http://svn.borg.ch/svndumptool/
|
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.