乌龟svn重定位错误
我尝试将我的项目从一台服务器重新定位到另一台服务器。在新服务器上该项目已经存在。当我开始重新定位时,出现错误: 位于“https://XXX”的存储库具有 uuid“yyy”,但 WC 具有“zzz”
我使用 TortoiseSVN-1.6.12.20536-win32。如何解决这个错误?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该为新存储库设置旧存储库的 UUID,方法是:
请参阅这篇文章< /a> 了解更多信息。
You should set the UUID of your old repository for your new one, using:
See this post for more info.