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 inpu
Try to connect to the repository using command line SVN to see if you get a similar error.
$ svn checkout http://svn.python.org/projects/peps/trunk
If you keep getting the error, it is probably an issue with your proxy server. I have found that I can't check out internet based SVN projects at work because the firewall blocks most HTTP commands. It only allows GET, POST and others necessary for browsing.