I am trying to add SVN repository to my eclipse and I am getting the error as shown in the attached screenshot.
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.
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.