解决 SVN 不同库(ip 不同)之间合并问题

想要把 https://118.178.186.220:7843/svn/JavaWorkSpace/WeiKe 上的代码,合并到 http://192.168.0.210/svn/Java/Other/WeiKe,报了错误 must be from the same repository

SVN 下没有找到方法合并两个不同 ip 资源库,GIT 是很容易做到的

解决办法:

将上面两个 SVN 本地代码分别提交到 https://gitee.com/zhiqsyr/WeiKe.git 下的两个分支,利用 GIT 来实现代码合并

WeiKe(210) 保留 svn 文件,方便提交代码到库 http://192.168.0.210/svn/Java/Other/WeiKe

原文地址:https://www.cnblogs.com/zhiqsyr/p/8037014.html