Add svnserve as system service in Windows

Source: Internet
Author: User

After the subversion is installed, the installation directory contains the svnserve program.
Use the SC command of windows to add it as an automatically started System Service:
SC create MySVNServer binpath = "D: \ Program Files \ Subversion \ bin \ svnserve.exe -- service-r G: \ Repositories" displayname = "SVNService" depend = Tcpip start = auto
 
Note:
1. binpath = "", displayname = "", which are parameters of the SC command. Note that spaces cannot be saved.
2. -- service-r G: \ Repositories is the parameter of the svnserve command.
 
After the command is executed, you can see the added System Service in the "my computer"-> "management" window, or the Operating System Service start/stop.


Freelancer.com-the top part-time software job website
Part-time programming, development, C/C ++/C #, PHP, Web development, ASP, outsourcing projects, foreign private jobs, part-time programmers, outsourcing development, foreign Project outsourcing, website outsourcing project
 
 
Author "techlife"

Related Article

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.