Adding a SVN repository in Eclipse
- by Baltimark
I'm trying to add an svn repository to eclipse.
I've installed subclipse, and it seems to be working fine. But, when I try to "add a new SVN repository", I input this, for example:
http://svn.python.org/projects/peps/trunk
I get this:
Error validating location: "org.tigris.subversion.javahl.ClientException: RA layer request failed
svn: OPTIONS of 'http://svn.python.org/projects/peps/trunk': could not connect to server (http://svn.python.org)
"
Keep location anyway?
I know that my eclipse can connect to the 'net because I downloaded subclipse earlier (I had to change my proxy settings).
I get a similar message for other SVN locations I've tried to add.
Anyone have any solutions?