首页 > 其他 > 详细

SVN服务器搭建

时间:2017-06-11 00:14:03      阅读:406      评论:0      收藏:0      [点我收藏+]
  1. 打开putty工具进入linux系统登陆后输入以下命令以及修改相关内容:

    [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/

 

 

 

 

 

 

 

    

 

SVN服务器搭建

原文:http://www.cnblogs.com/guo-qi/p/6980414.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!