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/