root@debian:svnadmin create /home/svn/back_trunk/
root@debian:cd back_trunk/conf/
root@debian:/home/svn/back_trunk/conf# ls
authz passwd svnserve.conf
anon-access = read
auth-access = write
password-db = passwd
authz-db = authz
[users]
skytrails = ***
wanafly = ***
root@debian:/home/svn/back_trunk/conf# ps -ef | grep svn
root 7354 7232 0 05:24 pts/9 00:00:00 grep svn
root@debian:/home/svn/back_trunk/conf# kill -9 pid
root@debian:/home/svn/back_trunk/conf# svnserve -d -r /home/svn/
chmod -R 777 /home/svn/back_trunk/db/
#"file://"表示是本地地址
checkout:svn co ‘file:///home/svn/back_trunk‘
touch makefile
add:svn add ./makefile
commit:svn ci -m ‘add makefile‘ makefile