"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