Windows Build SVN server

Source: Internet
Author: User
Tags tortoisesvn

1. Download Subversion Server for Windows

Access http://subversion.apache.org/packages.html Download installation

2. Download the TORTOISESVN client

Access http://tortoisesvn.net/downloads.html Download, install

3. Create svn repository (with cmd) (without DOS cause expected file system format between 1 to 6 find format 7)

Svnadmin Create E:\work\SVN

4. Start a permanent service

SC create Svnserve binpath= "C:\Program Files (x86) \subversion\bin\svnserve.exe--service-r E:\work\SVN" Displayname= " Subversion "Depend=tcpip Start=auto

5. Change the file (does not change the authentication failure)

E:\work\SVN\conf\svnserve.conf

Anon-access = Read

auth-access = Write

Password-db = passwd

Three notes to get rid of

passwd file configuration account password can be checkout

Windows Build SVN server

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.