1. Install subversion to "D:\svn"
2. svnadmin create "D:\svn\repository"
3. sc create svnserver binpath= "D:\svn\bin\svnserve.exe --service -r D:\svn\repository" displayname= "Subversion" depend= Tcpip start= auto
4. set SVN_EDITOR=c:\windows\
svn mkdir svn://localhost/vncseo
5. Toitorsvn checkout svn://localhost/vncseo
cf. http://www.codinghorror.com/
1 comment:
Visual SVN Server
Post a Comment