【转载】【SVN】linux下安装svn并配置

前提条件: linux机器

按照 https://blog.csdn.net/Rodge_Rom/article/details/83718744 连接安装svn服务

发现下面两个问题:

1.由于服务器开启了防火墙,导致从客户端连接不上 报错 

查看防火墙状态:

[root@centos6 ~]# service iptables status

iptables:未运行防火墙。

开启防火墙:

[root@centos6 ~]# service iptables start

关闭防火墙:

[root@centos6 ~]# service iptables stop

2.用客户端连接svn服务器报错:svnserve.conf:12: Option expected

由于在修改svnserve.conf, 只是去掉了# 应该把空格也去掉。

例如:

### These options control access to the repository for unauthenticated
### and authenticated users.  Valid values are "write", "read",
### and "none".  The sample settings below are the defaults.
anon-access = read
   auth-access = write
 

 

 

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值