Adding a SVN repository in Eclipse

后端 未结 17 1650
余生分开走
余生分开走 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:49

    I doubt that Subclipse and then SVN can use your Eclipse proxy settings. You'll probably need to set the proxy for your SVN program itself. Trying to check out the files using SVN from the command line should tell you if that works.

    If SVN can't connect either then put the proxy settings in your servers file in your Subversion settings folder (in your home folder).

    If it can't do it even with the proxy settings set, then your firewall is probably blocking the methods and protocols that Subversion needs to use to download the files.

提交回复
热议问题