发布网友 发布时间:2022-04-23 15:37
共2个回答
热心网友 时间:2023-09-29 10:32
项目SVN地址更换,因此需要在SVN地址。
查看原有svn信息
[root@webtest e]# 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-8777b5c0
Revision: 7067
Node Kind: directory
Schele: normal
Last Changed Author: xxx
Last Changed Rev: 7067
Last Changed Date: 2016-11-03 13:00:05 +0800 (Thu, 03 Nov 2016)
1
2
3
4
5
6
7
8
9
10
11
更换SVN仓库
switch –relocate FROM TO [PATH…]
[root@webtest e]# svn switch --relocate https://192.168.50.118:18080/repos/test https://192.168.50.118:18080/repos/test
1
更换SVN的URL地址
switch URL[@PEGREV] [PATH]
[root@webtest e]# svn switch https://192.168.50.118:18080/repos/test
热心网友 时间:2023-09-29 10:32
检查一下防火墙设置3690是否打开,如果没有打开 iptables -I INPUT -p tcp --dport 3690 -j ACCEPT service iptables save 另外检查一下权限,关闭SELinux试一下 $ chcon -R -h -t httpd_sys_content_t PATH_TO_REPOSITORY