CentOS中使用svn更换URL地址

前端之家收集整理的这篇文章主要介绍了CentOS中使用svn更换URL地址前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

项目SVN地址更换,因此需要在SVN地址。

查看原有svn信息

[root@webtest edu]# svn info
Path: .
URL: https://192.168.50.118:18080/svn/xxx/
Repository Root: https://192.168.50.118:18080/svn/xxx
Repository UUID: 368c7231-cc6e-429c-bc2e-8777b5c89640
Revision: 7067
Node Kind: directory
Schedule: normal
Last Changed Author: xxx
Last Changed Rev: 7067
Last Changed Date: 2016-11-03 13:00:05 +0800 (Thu,03 Nov 2016)

更换SVN仓库

switch –relocate FROM TO [PATH…]

[root@webtest edu]# svn switch --relocate https://192.168.50.118:18080/repos/test https://192.168.50.118:18080/repos/test

更换SVN的URL地址

switch URL[@PEGREV] [PATH]

[root@webtest edu]# svn switch https://192.168.50.118:18080/repos/test
原文链接:https://www.f2er.com/centos/380088.html

猜你在找的CentOS相关文章