eclipse - 在 Eclipse Helios 中使用 subversive 查看 SVN svn+ssh 存储库

标签 eclipse svn subversive javahl

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

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套件那样的新连接器?

最佳答案

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

  • 转至窗口 > 首选项
  • 浏览至Team > SVN
  • SVN Connector 选项卡中,确保选择 SVNKit 作为事件连接器。

关于eclipse - 在 Eclipse Helios 中使用 subversive 查看 SVN svn+ssh 存储库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16141242/

相关文章:

svn - 颠覆 C API 示例

java - 颠覆性 Eclipse 错误 - 切换操作失败。

SVN : How Subversion deals with committing multiple files at once?

eclipse - 将删除的目录提交到 SVN 存储库的问题

java - 调试 .jar 文件包含 main 方法的 Java 项目

java - 无法通过jsp连接mysql数据库,Class.forName(com.mysql.jdbc.Driver);未加载

javascript - 谷歌在请求外部文件的离线/本地主机应用程序中美化

java - 线程 "main"java.lang.NoClassDefFoundError : org/opencv/core/Core 中的异常

java - 如何修复空指针异常? (Android SDK、Eclipse)

svn存储库路径更改: how to re-bind my local folder to it?