用户登录
用户注册

分享至

centos ssdb 安装

  • 作者: 嗫?暁雲?
  • 来源: 51数据库
  • 2020-09-22
1、开始在CentOS 7中安装Subversion
2、加配置文件到Apache
3、创建SVN用户

[root@linuxidc-centos7 ~]# htpasswd -cm /etc/svn-auth-users testuser1
New password:
Re-type new password:
Adding password for user testuser1
[root@linuxidc-centos7 ~]#
4、创建和配置SVN仓库
5、你可以用这种方式–HTTP和HTTPS

firewall-cmd --permanent --zone=public --add-service=http
firewall-cmd --permanent --zone=public --add-service=https
firewall-cmd --reload
6、启用并启动HTTP服务
systemctl enable httpd.service
systemctl restart httpd.service
7、加入下面这个到conf/svnserve.conf

anon-access = none
auth-access = authz
8、branches&tags&trunk模式下建svn库



  没看懂什么意思?
软件
前端设计
程序设计
Java相关