开发者

Tortoise svn relocate error

开发者 https://www.devze.com 2023-04-05 07:59 出处:网络
I try to relocate 开发者_StackOverflow社区my project from one server to another. On new server this project already exists. When I start relocate I got the error:

I try to relocate 开发者_StackOverflow社区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?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消