解决svn迁移过程中出现:SVN Error: is not the same repository as的问题
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决svn迁移过程中出现:SVN Error: is not the same repository as的问题相关的知识,希望对你有一定的参考价值。
一、背景
由于公司业务的需要,新购买了一批机器,那么面临着的就是svn等一系列东西进行迁移的问题,在svn迁移以后,本地的svn代码在切换时出现了SVN Error: 旧服务器地址 is not the same repository as 新服务器地址 的问题。
二、解决办法
在eclipse中进行该项操作总是会报这个错误。最后经查资料通过以下方式得到解决:
1.安装Tortoise 客户端,使用其Relocate功能进行解决。
2.“TortoiseSVN” → “Relocate”。
3.修改您所需要的URL地址,即可。
4.然后会提示您“Working copy relocate to http://192.168.101.130/svn”。
大功告成,完美解决出现的问题!
以上是关于解决svn迁移过程中出现:SVN Error: is not the same repository as的问题的主要内容,如果未能解决你的问题,请参考以下文章