Reputation: 9002
I try to relocate my project from one server to another. On new server this project already exists. When I start relocate I got the error: The repository at 'https://XXX' has uuid 'yyy', but the WC has 'zzz'
I use TortoiseSVN-1.6.12.20536-win32. How to solve this error?
Upvotes: 1
Views: 2880
Reputation: 8427
You should set the UUID of your old repository for your new one, using:
svnadmin setuuid REPOS_PATH [NEW_UUID]
See this post for more info.
Upvotes: 1