Modify the SVN port number

Source: Internet
Author: User
Tags svn

SVN server defaults to use the 3690 port number, SVN to use a non-default port, you can add a--listen-port 21来 after svnserve to modify the port number that SVN uses,

The action is as follows: At the command prompt, enter:

Svnserve-d-R /home/declan/svnproject --listen-port 21

Note: The red bold section is the SVN root directory

You can also set different port numbers for different SVN projects on the same SVN server, such as another project under the Declan Directory, named Svntest, that you can start

Svnserve-d-R /home/declan/svntest --listen-port 3690

The Svntest project listens on the 3690 (SVN default) port number, so that when viewed using the NETSTAT-NTLP process, a different svnserver is viewed, and on the client side, the default connection is Port 3690, or you can add ": 21" to the address, that is, the colon + port number To set the access port.

The above commands are to be used under bin/under the SVN installation directory.

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.