Adding a SVN repository in Eclipse

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

    This is a dead topic, but the solution is to install a client adapter along with Subclipse.

    Take a look at this, and install SVN Client Adapter, SVNKit Adapter, and SVNKit Library.

    Then check under Window -> Preference -> Team -> SVN and make sure there is an entry for SVN Interface.

    And for future reference, if you can connect to the repository through the command line, then it must be a problem with the IDE.

提交回复
热议问题