Win7 system download SVN server build tutorial

  
1 Software preparation: Setup-Subversion-1.7.8 TortoiseSVN-1.7.11.23600-win32-svn-1.7.8
2 Installation: Install the individual needs to set the installation path.
3 Create a root directory of the library and create a root directory for the repository: D:svnrepository Create a repository

A repository of myrepository will be generated under the D:svnrepository path
< Br> If you do not need authentication login, the following configuration can be ignored
4 Modify the repository configuration file: svnserve.conf, remove the previous #, there can be no spaces in front
# password-db = passwd
# authz-db = authz
5 Modify the repository user configuration file: passwd

test = test (before the username, followed by the password) 6 Modify the repository permissions configuration file: authz
< Br>7 Start svnservice service

8 Add svnservice to system service
Start cmd command with super administrator privileges, run sc create svn binpath= "svnserve.exe --service -rd:svnrepository" Displayname= "SVN Server" depend= Tcpip start= auto. Add the service to the system service.


Copyright © Windows knowledge All Rights Reserved