I migrated the repository from server 1 to server 2 with svnadmin dump/load cycle, but I just dumped the latest 100 reversion(600~700). I found that the new repository's revision was from 1 to 100 instead of from 600 to 700. Here is the problem, after relocating the working copy, I update it and then I get "No such revision 700" error. It seems like the new repository version error?
Any suggestions?
It seems that you need to generate empty padding revisions for your SVN repo before loading dump:
svn-generate-empty-revisions script itself: