SVN Two: Configure Windows service to start automatically

Source: Internet
Author: User

1. Demand

The system starts, the SVN server process also starts automatically, resolves the system restarts, needs to manually start the svnserve problem.

2. Solution

Add Svnserve.exe to the window service, set to start automatically, note that the syntax format "=" must be followed by a space, as follows:

Add Service

C:\>SC Create Svnserver binpath= "C:\Program files\sliksvn\bin\svnserve.exe--se

Rvice-r C:\test "displayname=" SVN Server "depend= Tcpip start= Auto

Note: C:\test is the path to the repository

[SC] CreateService success

Start the service

C:\>net Start Svnserver

Stop Service

C:\>net Stop Svnserver

650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M02/83/31/wKioL1ds1ubA5xL3AAAVyMNkT6I381.png "title=" 2016-06-24_143614.png "alt=" Wkiol1ds1uba5xl3aaavymnkt6i381.png "/>

650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M01/83/31/wKioL1ds1uaBWUr_AAC0leAb7HA245.png "title=" 2016-06-24_143706.png "alt=" Wkiol1ds1uabwur_aac0leab7ha245.png "/>


This article is from "Love_ Yao" blog, please be sure to keep this source http://20161215.blog.51cto.com/2276215/1792562

SVN Two: Configure Windows service to start automatically

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.