diff -r 65649290499e -r 01fc5dc8e0db svn.rst --- a/svn.rst Thu May 13 00:49:03 2010 +0300 +++ b/svn.rst Sun May 16 18:53:59 2010 +0300 @@ -24,3 +24,9 @@ Write in '$HOME/.subversion/config' interactive-conflicts = no + +* Run local svn server. + + $ svnserve.exe -d --pid-file=svnserve.pid --root=/srv/svn/proj # default port: 3690 + $ svn ls svn://localhost # check all OK + $ kill -l