Adding a SVN repository in Eclipse

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

    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

提交回复
热议问题