标签:dmi 命令 搭建 xxx 工具 linu creat 技术分享 服务器
[root@xxx ~]# yum install subversion
[root@xxx ~]# mkdir -p /opt/svn
[root@xxx ~]# chmod -R 777 /opt/svn/
[root@xxx ~]# svnadmin create /opt/svn/repos
[root@xxx ~]# cd /opt/svn/repos/conf/
[root@xxx ~]# vi svnserve.conf
[root@xxx ~]# vi authz
[root@xxx ~]# vi passwd
test = 123456
test1 = 123456
[root@xxx ~]# svnserve -d -r /opt/svn/
cd /opt/svn/repos/conf/
cd /opt/svn/repos/conf/
cd /opt/svn/repos/conf/
标签:dmi 命令 搭建 xxx 工具 linu creat 技术分享 服务器
原文地址:http://www.cnblogs.com/guo-qi/p/6980414.html