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