Error accessing SVN repositiry: URI doesnot contain the name of the repository

3.5k views Asked by At

I am trying to add SVN repository to my eclipse and I am getting the error as shown in the attached screenshot.

svn: E190001 The URI does not contain the name of a repository

I checked for the error and tried to reinstall and try everything I know, but of little use. But, I am able to access the SVN location using tortoise SVN tool.

Below are the configuration details of my tools: Eclipse : Kepler SVN - 1.8 SVN Connector - 1.8.3

Please help me in configuring.

1

There are 1 answers

0
SGuru On BEST ANSWER

The reason was as mentioned by the svn plugin: There was no SVN location mentioned in the URL, i.e. the URL represented didn't represent any repository in the SVN. The format of the URI for accessing SVN repository must be http://server-address/svn/repository. I agree with the Ivan's above answer.