Dennis Jones wrote on Fri, Aug 19, 2011 at 16:45:54 -0700: > I cannot re-run the svnadmin load, because at this point, the repository has > already been created, and svnadmin load expects an empty repository.
svnadmin doesn't require an empty repository; svnsync does. > I wish I could start the load from a specific revision, but I don't > see a way to do that. Is there? Delete the first N revision records from the dumpfile? Load the dumpfile into a new repository and then run 'svnadmin dump -r' on the new repository?