Start the SVN service on Linux

Source: Internet
Author: User
Tags svn

[[email protected] ~]# ls/var/svn/svnrepos/# The repository created when the SVN service was built, containing conf db format hooks locks README.txt these files

Conf db format Hooks Locks README.txt

[[email protected] ~]# svnserve-d-r/var/svn/svnrepos/# start SVN service

[[email protected] ~]# NETSTAT-TNLP |grep 3690 # The port number used by the SVN service
TCP 0 0 0.0.0.0:3690 0.0.0.0:* LISTEN 16470/svnserve

PS: Do not use the system-supplied/etc/init.d/svnserve start to start, because the system default startup script does not use the –r/svn/project parameter to specify a resource. In this case, the SVN service is started, and the client connection will prompt "Svn:no repository found in ' Svn://192.168.0.49/project '" error.

This article refers to other blogs

Start the SVN service on Linux

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.