Use SC .exe to create SVN backend services

Source: Internet
Author: User

I would like to introduce the posts of the svnserver on the Internet, and use SC .exe for general services. However, I am confused about it. This is even more difficult.

SC create svnservice binPath = "\" D: \ Program Files \ Subversion \ bin \ svnserve.exe "-- service-r D: \ svnrepository" DisplayName = SVNService depend = Tcpip start = auto

This is a classic example I have found on the Internet, but I have tried it for less than 10 times and all the modifications have failed.

On the Internet, it is said that there are spaces in the path to be referenced using double quotation marks. I naturally believe it, so I am naturally pitted. BinPath = "\" D:... here, there is no quotation mark at all, correct as follows:

SC create svnservice binPath = "D: \ Program Files \ Subversion \ bin \ svnserve.exe -- service-r D: \ svnrepository" DisplayName = SVNService depend = Tcpip start = auto

Isn't that a pitfall?

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.