Adding a SVN repository in Eclipse

后端 未结 17 1665
余生分开走
余生分开走 2020-12-28 15:07

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

17条回答
  •  旧巷少年郎
    2020-12-28 15:52

    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.

提交回复
热议问题