SVN installation starts SVN service client access, etc.

Source: Internet
Author: User
Tags tortoisesvn

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.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.