Re: Checksum failed after using sed to modify paths in dump file in spite of using ^

2011-08-10 Thread Peter Pommelich
Re: Checksum failed after using sed to modify paths in dump file in spite of using ^ >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. >&

Re: Checksum failed after using sed to modify paths in dump file in spite of using ^

2011-08-10 Thread Ryan Schmidt
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. >> >> I tried using the svndumptool but somehow I don't get it: >> >> svndumptool.py transform-prop Node-path "^Node-path: trunk/meta/" >> "Node-pa

Re: Checksum failed after using sed to modify paths in dump file in spite of using ^

2011-08-10 Thread Peter Pommelich
Peter Pommelich" Gesendet: 10.08.2011 09:11:22 An: "Ryan Schmidt" Betreff: Re: Checksum failed after using sed to modify paths in dump file in spite of using ^ >Hi, > >I used svndumpfilter to extract only the wanted folders from the original >'big' dump file. > &g

Re: Checksum failed after using sed to modify paths in dump file in spite of using ^

2011-08-10 Thread Peter Pommelich
ich" Betreff: Re: Checksum failed after using sed to modify paths in dump file in spite of using ^ > >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'

Re: Checksum failed after using sed to modify paths in dump file in spite of using ^

2011-08-09 Thread Ryan Schmidt
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 und