????1?????svn?????
????1.1??????????
????1??CentOS
????$ yum install subversion
????2??ubuntu
????sudo apt-get install subversion
????1.2??????
????http://www.cnblogs.com/fengbohello/p/4142810.html
????2??????svn???????
????2.1?????????????????????/opt/svn???£????????????/opt/svn
????$ mkdir /opt/svn -p
????2.2??????svn???????
????svnserve -d -r /opt/svn/
?????????????????????svn?????????????/opt/svn/??????????svn??????????????????????????checkout????????svn?????????????????в??????????apache??/var/www/???????á?
??????????????????svn????????????
????# ps -ef | grep svn
????root      2572     1  0 09:22 ?        00:00:00 svnserve -d -r /opt/svn/
??????????????????????????svn???????????????
????2.3?????????????????????firsttest
????# cd /opt/svn/
????# svnadmin create firsttest
??????????????????????????????????????????“firsttest”????????????е????
????# ls firsttest/
????README.txt  conf  db  format  hooks  locks
????2.4???????????????????????????
????1??????conf??
????# cd firsttest/conf/
????2????svnserve.conf???????????????svn?????????????firsttest????????????????????????????????????????λ?á?
???????8?????????“[general]”?????????????????б?
????# vim svnserve.conf
????### Visit http://subversion.tigris.org/ for more information.
????[general]
????### These options control access to the repository for unauthenticated
????### and authenticated users.  Valid values are "write"?? "read"??
??????????????????????
????2.1??
????### and "none".  The sample settings below are the defaults.
????# anon-access = read
????# auth-access = write
????### The password-db option controls the location of the password
????????
????### and "none".  The sample settings below are the defaults.
????anon-access = none
????auth-access = write
????### The password-db option controls the location of the password
??????????????????治???п?????svn???????????????????????Щ??