Configure svn service under windows xp

1. Installation package (too big for the address)
TortoiseSVN-1.8.4.24972-win32-svn-1.8.5.msi
Setup-Subversion-1.8.4.msi

2. Install
a. Install TortoiseSVN-1.8.4.24972-win32-svn first -1.8.5.msi remains unchanged
except for the selected directory, all the way to next
if the installation directory is D:\TortoiseSVN
b. Then install Setup-Subversion-1.8.4.msi
except for the selected directory, all the way to next
if The installation directory is D:\Subversion . It

should be noted that

a. To create a warehouse
, to put it bluntly, is to create a new folder, but the location is chosen by yourself. For example, create an SVN folder in the root directory of the D drive as a warehouse.
Enter this D:\SVN, Right-click on any blank space>TortoiseSVN>Create repository hereThe
warehouse is built
(if the right-click does not have TortoiseSVN, don't think too much, the first installation package in front was not installed successfully)

b. Modify the warehouse configuration file
and enter this D:\SVN\conf Open the svnserve.conf file and uncomment
anon-access = read
auth-access = write
password-db = passwd
and uncomment these three lines (remove the preceding # sign)
Literally guessing that these three lines

are and
the account c. Start the svn service and enter D:\Subversion\bin. You can see that there is an exe file svnserve.exe. The CMD command line uses this program to start the svn service. Open the CMD command prompt, cd to D:\Subversion\bin, and of course You can first configure the environment variable path and enter the command: svnserve -d -r D:\SVN press Enter, the svn service is started, so that the service cannot be closed when the cmd window is closed to stop the service. You can create a service through sc sc create svnserve binPath= "D: \Subversion\bin\svnserve.exe --service --root D:\SVN" displayname= "SVN Serve" depend= Tcpip start= auto d. Test whether the installation is successful Local test: enter svn://localhost in the browser to open svn window and no error message is prompted. TortoiseSVN download address: http://vdisk.weibo.com/s/vh7esxDcFqJe Setup-Subversion download address:
















http://alagazam.net/ version optional

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326848050&siteId=291194637
Recommended