Linux Install SVN server

Source: Internet
Author: User

"SVN is almost out."

#安装subversionYum-YInstallsubversion# Creating the SVN repository base pathmkdir/home/svn# Creating an SVN repository Svnadmin create/home/svn/repos# Configuring the Developer directorymkdir/home/svn/repos/dev# Configuration Svncd/home/svn/repos# Configuring user passwordsVIconf/passwd[Users]king=KINGDEVP=devp# Configuring User RightsVIconf/authz[groups]admin=KINGDEVLP=devp[/] @admin=RW* =[Repos:/] @admin=RW* =[Repos:/Dev] @admin=RW@DEVLP=RW*=#配置svn服务VIconf/Svnserve.confanon-access =Noneauth-access =WritePassword-db =/home/svn/repos/conf/passwdAuthz-db =/home/svn/repos/conf/Authzrealm=repos# shut down ipatbles or manually add policy service iptables to SVN stop# start svn service svnserve-d-r/HOME/SVN

#添加repos进版本库svn Import Repos " Repos-path " #检出repos版本svn Co svn: // 192.168.11.105/repos

Linux Install SVN server

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.