27

通过 shell 从我的计算机(Mac OS X Leopard)我可以毫无问题地签出远程 SVN 存储库。我已经建立了 ssh 密钥和所有这些东西。现在我在mac上安装了eclipse helios和颠覆性的插件。我发现没有办法让它与 svn+ssh repo 一起工作,你能指点我一些好的教程吗?我的谷歌今天找不到任何有用的东西

PS:这是我得到的错误:

    SVN: '0x00400006: Validate Repository Location' operation finished with error: Selected SVN connector library is not available or cannot be loaded.
If you selected native JavaHL connector, please check if binaries are available or install and select pure Java Subversion connector from the plug-in connectors update site.
If connectors already installed then you can change the selected one at: Window->Preferences->Team->SVN->SVN Connector.
Selected SVN connector library is not available or cannot be loaded.
If you selected native JavaHL connector, please check if binaries are available or install and select pure Java Subversion connector from the plug-in connectors update site.
If connectors already installed then you can change the selected one at: Window->Preferences->Team->SVN->SVN Connector.

PS2:好像已经是JAVA的连接器有问题,我怎么像SVN套件一样安装一个新的?

4

6 回答 6

50

您现在应该可以使用您的存储库,但如果不能:

  • Window > Preferences
  • 浏览到Team > SVN项目
  • SVN Connector选项卡中,确保选择 SVNKit 作为活动的。
于 2011-02-28T09:20:20.327 回答
16

对于 eclipse juno,您必须在插件链接中将单词“updated”替换为“juno”。

所以eclipse juno的工作链接是:

http://community.polarion.com/projects/subversive/download/eclipse/3.0/juno-site/

于 2013-01-27T05:55:12.273 回答
13

对于日食开普勒,你可以使用这个

http://community.polarion.com/projects/subversive/download/eclipse/3.0/kepler-site/

于 2013-09-01T18:17:33.970 回答
1

我已经使用subclipse解决了 Helios 中的问题。

转到帮助> Eclipse Marketplace 搜索subclipse并安装

子剪辑

于 2013-12-05T10:56:31.343 回答
1

去:

Help -> Eclipse Marketplace -> Subclipse

为我工作Eclipse Luna

于 2014-12-15T09:19:41.563 回答
1

最新版本(July 2019):

http://community.polarion.com/projects/subversive/download/eclipse/6.0/builds/


请参阅下面的“如何”图片:

屏幕截图:*解释如何安装 Polarion Subversive 软件*


请参阅下面没有图片的“如何”版本:

在您的互联网浏览器中,

  1. http://community.polarion.com/projects/subversive/download/eclipse/6.0/builds/

  2. 下载Subversive-connectors-allplatforms-6.0.4.I20161211-1700.zip

在日食中,

  1. 打开菜单'Help'

  2. 选择'Install new software'

  3. 'Add''Install'弹出窗口中点击

  4. 点击'Archive'弹出'Add Repository'窗口

  5. 选择之前下载的 zip

  6. 点击'Open'

  7. 勾选'Install'弹出窗口中的所有复选框

  8. 点击'Next'

  9. 等待日食计算处理

  10. 点击'Next'

  11. 单击单选按钮'I accept the terms of license agreement'

  12. 点击'Finish'

  13. 'Install anyway''Security warning'弹出窗口中单击

  14. 等待eclipse处理

  15. 点击弹出'Restart now'_'Software Updates'

  16. 等待eclipse重启

于 2019-07-23T11:39:47.863 回答