简体   繁体   English

乌龟SVN重新定位错误

[英]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' 当我开始重定位时,我得到了一个错误: “ https:// XXX”上的存储库有uuid“ yyy”,但是WC有“ zzz”

I use TortoiseSVN-1.6.12.20536-win32. 我使用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: 您应该使用以下方法为新仓库设置旧仓库的UUID:

svnadmin setuuid REPOS_PATH [NEW_UUID]

See this post for more info. 有关更多信息,请参见此帖子

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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