:
Http://pan.baidu.com/s/1pJn612F 32-bit address
Http://pan.baidu.com/s/1bn33XaZ 64-bit address
1, when the installation must choose Command Line client Tools otherwise installed after the successful no Svnservie service.
2, according to their own computer download installation, first installed T software, and then install the Chinese Language pack l start.
After installation, right-click on the desktop to select Tortoisesvn--settings Pop-up as
3.opening the Registry registry can be opened in regedit and then found in registry Hkey_local_machine\system\controlset001\services\svnserver ImagePath(if there is no Svnserver option in the registry, you will need to run an executable method see below 3_1)items to be modified specifically for your SVN service installation directory such as my installation under C:\Program files\tortoisesvn\, the content is modified to C:\Program files\tortoisesvn\bin\ After the Svnserve.exe--service, the service service that opens the computer can beMy Computerright-click Management. Find Svnserve Refresh and then open Svnserve properties to see if it's changed. Start Service OK later
3_1,
The contents of the executable file are as follows:
SC create svnserve binpath= "\" C:\Program files\tortoisesvn\bin\svnserve.exe\ "
Pause
Where the BinPath value is the SVN installation directory Svnserver.exe absolute path and then save exit, execute the bat file, and then go back to the registry to see Svnserver.
4. Create a folder right-click to create a repository in this folder
5, add users need to create a repository in the Conf folder to open svnserve.conf remove
Anon-access = Read
auth-access = Write
Password-db = passwd
These three items in front of the # number.
Open the passwd file under the Conf folder under [Users], add the user name and password format as follows, preceded by the username equals the password
[Users]
wcg=1234
lqn=1234
6, for example, I created a folder in the D disk for the SVN repository, on another computer by right-clicking on the file can be used SVN
The Access URL path is: svn://your IP address/d:/svn
SVN installation starts SVN service client access, etc.