Adding a SVN repository in Eclipse
Posted
by Baltimark
on Stack Overflow
See other posts from Stack Overflow
or by Baltimark
Published on 2008-09-17T17:13:55Z
Indexed on
2010/06/08
18:52 UTC
Read the original article
Hit count: 330
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?
© Stack Overflow or respective owner