Symptoms
Subversion client displays the following error message when trying to address the repository using an inappropriate URL copied from the web browser's address bar.
Subversion 1.11.x
The Subversion 1.11.x client displays the following error message:
Subversion 1.9.x and 1.10.x
The Subversion 1.9.x and 1.10.x clients display the following error message:
Subversion 1.8.x
The Subversion 1.8.x client displays the following error message:
Cause
The error indicates that the URL used to address the repository using Subversion client is inappropriate.
Most likely, the URL was copied from the web browser's address bar when exploring the repository through the web interface of VisualSVN Server. Subversion client programs are not capable of handling the syntax of such URLs. The appropriate URLs should be obtained by clicking the Checkout button in the web interface.
Resolution
When you are going to check out a working copy or one way or another use a Subversion client to access a repository, you should obtain the appropriate Subversion repository URL by pressing the Checkout button.
Follow these steps to obtain the Subversion repository URL that can be used with a Subversion client program:
- On the VisualSVN Server web interface, navigate to the desired path in the Subversion repository.
- Click the Checkout button at the top right-hand side of the web interface.
- Copy the repository URL to clipboard.
- Paste the repository URL to your Subversion client program.
<div class="clear">
</div>
</div>
————————————————