unable to connect to subversion via subclipse [closed]

I am trying eclipse helios on windows 64 bit and I have tried subclipse 1.6 & 1.8 but I have not been able to get it to work. The most recent error message is copied below:

    RA layer request failed
svn: Unable to connect to a repository at URL 'https://dev-repo.test.com'
svn: The OPTIONS request returned invalid XML in the response: XML parse error at line 1: no element found (https://dev-repo.test.com)

I can access the repo using svn checkout in the command line as well as in the browser.

Any thoughts on how best to resolve the issue?

Answer

try giving the absolute URL of the repo instead of ‘https://dev-repo.test.com

Attribution
Source : Link , Question Author : ali haider , Answer Author : Mitaksh Gupta

Leave a Comment