BRM wrote on Fri, Sep 03, 2010 at 06:36:05 -0700: > ----- Original Message ---- > > > From: Ryan Schmidt <subversion-20...@ryandesign.com> > > > $ cat Example1.dump | sed > > > 's/file:\/\/\/svnTest\/Example1/file:\/\/\/svnTest\/Example2/' > > > > Example1-edited.dump > > Do not use sed to edit a dumpfile. Use a tool designed for the task, like > > svndumptool. > > http://svn.borg.ch/svndumptool/ > > Why?
Because dump files have structure --- e.g., they contain checksums (length, md5, sha1) of their contents.