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
In my case was an access issue. I needed to change the protocol to svn+ssh instead of http.
For example, instead of http://svn.python.org/projects/peps/trunk
try svn+ssh://svn.python.org/projects/peps/trunk