当前位置:  开发笔记 > 运维 > 正文

如何将subversion本地副本重新附加到其他远程?

如何解决《如何将subversion本地副本重新附加到其他远程?》经验,为你挑选了2个好方法。

我们的subversion存储库已移至新主机,并且我们有连接到该主机的旧应用程序.我们无法为旧服务器添加旧名称的别名,我们如何将已检出的客户端重新连接到新的存储库?



1> Mauli..:

例:

svn switch --relocate \
    http://svn.example.com/path/to/repository/path/within/repository \
    http://svnnew.example.com/new/repository/path/within/repository

有一点需要记住,让我们假设您检查了项目"path/within/repository",然后您必须转到工作副本根目录,然后执行上述命令.这是足够的只是使用的存储库根(如在SVN开关--relocate http://svn.example.com/path/to/repository/ http://svnnew.example.com/new/repository/),因为那不行.



2> Greg Hewgill..:

查找svn switch命令.特别是,该--relocate选项是你想要的.

推荐阅读
mobiledu2402851377
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有