I have an svn dump file which includes the name of the repository in all the paths. i.e repo/trunk repo/branches repo/tags I am using the dump file to recreate the repo on another server, but I need to remove "repo" from the path otherwise I get an error when I am trying to load.
The svn documentation online says to hand edit the file but when I do that I get checksum errors during loading. There must be a better way to do this?