简体   繁体   中英

Tortoise svn relocate error

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?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM