How to set the startup of svn server services

Source: Internet
Author: User

The subversion service can be started in two ways.

1. first, manually enter the cmd command. You can run the cmd command to start the svn server software service and locate the subversion installation directory. My machine is C: \ Program Files \ Subversion \ bin, enter the command svnserve-d-r D: \ svndemo, where D: \ svndemo is the directory of svn data warehouse.

2. the second method is to add the subversion service to the windows Service as a service that is automatically started upon startup. The command can also be completed by using the cmd command: SC create svn binpath = "\" D: \ Program Files \ Subversion \ bin \ svnserve.exe \"
-- Service-r D: \ svndemo "displayname =" Subversion Server "depend = Tcpip
Start = auto, where "binpath =" is followed by the installation directory of the subversion, and the parameter after -- service-r is the path of the data warehouse. In this way, the subversion service is used as a windows self-starting service.

Next, you only need to restart the server, and the subversion service on the server can start to run.

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.