I want to move svn folder to another svn folder. I used dump in old svn folder. After that I used svnrdump load to another svn folder. They are same machine different svn repo. During the load, I cut off with Ctr+C. After that I tried to load again. But the following error is returning.
> Failed to get lock on destination repos, currently held by 'current computer name'
> svnrdump: E200015: Caught signal
> svnrdump: E200042:
> Additional errors: svnrdump: E200015: Caught signal
Here is my code of svn.
svnrdump dump http://...... > C:/mydump
svnrdump load http://.......< C:/mydump
How can I solve this? Thanks all
You can delete
svn:rdump-lockon destination:But in this case if you want
svnrdump loadagian you'll get another error message (similar to follow):I didn't find other solution than:
If you can
sshintoFAILED_DESTINATIONmaybe can trysvnadmin load -r LAST_SUCCESS_REV:HEAD < dumpfile. Thesvnrdumpdoesn't support-roption. But I think in this case (able tossh) simplier to delete the partial repository and create a new one and dosvnrdump loadagain.I'm not subversion-expert and I don't have any (better) idea.