CentOS7 部署SVN服务器
Posted liweiming
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS7 部署SVN服务器相关的知识,希望对你有一定的参考价值。
yum install subversion
rpm -ql subversion
mkdir /application/svndata
mkdir /application/svnpasswd
svnadmin create /application/svndata/doc
cp authz passwd /application/svnpasswd/
chmod 700 /application/svnpasswd/*
vim /etc/sysconfig/svnserve
systemctl start svnserve.service
systemctl status svnserve.service
ps -aux|grep svn
以上是关于CentOS7 部署SVN服务器的主要内容,如果未能解决你的问题,请参考以下文章