解决svn迁移过程中出现:SVN Error: is not the same repository as的问题

简介: 一、背景   由于公司业务的需要,新购买了一批机器,那么面临着的就是svn等一系列东西进行迁移的问题,在svn迁移以后,本地的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”。

    

大功告成,完美解决出现的问题!

相关文章
|
Linux 数据安全/隐私保护 Windows
|
2月前
|
数据库
SVN ERROR(E120106、E155009、E000122)|4-11
SVN ERROR(E120106、E155009、E000122)|4-11
|
6月前
|
存储 Linux
linux上SVN出现 "Unable to connect to a repository at URL 'svn://xx.xx.xx.xx/xxx' 和 No repository ...
centos上安装了svn, 有时候会不知道什么原因出现客户端小乌龟无法连接或无法提交等情况
190 5
【SVN】is not known to exist in the repository and is not part of the commit, yet its child
【SVN】is not known to exist in the repository and is not part of the commit, yet its child
895 0
【SVN】is not known to exist in the repository and is not part of the commit, yet its child
|
开发工具 git iOS开发
MacOS下SVN迁移Git踩坑记
1. First Blood 之前在Windows环境下进行svn到git的迁移是很简单的,参考官方文档。 可是在macOS环境下(macOS High Sierra 10.13.2),输入: $ git svn 神奇的事情发生了,报了以下错误: can't locate SVN/Core.
1753 0