[Note] svnerror: No repository found 'svn: // localhost'

Source: Internet
Author: User

In Mac, SVN local repository is successfully created at the beginning, and has been correctly submitted.No repository found 'svn: // localhost'.

Solution:

1. Search for the svn process and enter the following in the terminal:

PS aux | grep 'svn'

Shown as follows:

Xxx 1106 0.0 0.0 2436092 168 ?? SS am. 00 svnserve-d
Xxx 943 0.0 0.0 2436092 380 ?? SS am. 07 svnserve-d -- listen-port 3690 -- listen-host 127.0.0.1-r/usr/bin
Xxx 46682 0.0 0.0 2425520 172 s000 U + Pm. 00 grep SVN

2. Kill processes by process ID

Killed 943
Killed 1106

3. Restart the svn service.

Svnserve-d-r local version library directory

4. Success _^.

 

View the process command of the relevant port: lsof-I: [port]

 

In the middle of the solution, I tried other methods on the Internet, such as restarting the service directly:

Svnserve-d-r [local version library Directory] -- listen-host 127.0.0.1

Svnserve-d -- listen-port 3690 -- listen-host 127.0.0.1-R [local version library Directory]

Error:

Svnserve: Can't BIND server socket: address already in use

PS: At the beginning, I never expected to restart the service by killing the process. I checked it early in the morning. Thanks to the reminder from Long Brother ~~

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.