首页 > 代码库 > SVN服务器搭建

SVN服务器搭建

  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服务器搭建