【问题标题】:Not able to create SVN repository in my eclipse Indigo无法在我的 Eclipse Indigo 中创建 SVN 存储库
【发布时间】:2013-07-02 12:53:56
【问题描述】:

我正在尝试创建一个 SVN 存储库。我下载了颠覆,当我尝试创建一个 SVN 时,我得到了错误 -

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.

我正在使用 Eclipse Indigo,我的系统是 64 位的。 我在Checkout SVN svn+ssh repo with subversive in Eclipse Helios 上得到了解决方案,但答案对我没有任何线索?

【问题讨论】:

    标签: svn


    【解决方案1】:

    您是否尝试使用 JavaHL?如果是这样,您还需要 JavaHL 中不一定包含的 Subversion API 库。

    否则,您可以使用不需要 Subversion API 库的 SVNKit。

    这可以通过 Windows->Preferences 对话框进行选择。转到 Team->SVN 并查看 SVN 接口部分并选择 SVNKit。

    【讨论】:

    • 我在那个地方没有像 SVNKit 这样的选项。
    • @pandit 转到帮助菜单并安装CollabNet Desktop - Eclipse Edition 这应该让您可以选择安装 SVNKit。 (以及颠覆性的)。问题之一是 SVNKIt 的 Open Source license 有点古怪,Subclipse 可能没有让您选择 JavaHL。请参阅the SVNBook 了解 SVNKIt 与 JavaHL。
    • @pandit - 还有一件事:您可以将 SVNKit 与 Subclipse 或 Subversive 一起使用。如果您更愿意使用 Subversive,则不必使用 Subversive 作为 Eclipse SVN 客户端。
    • @pandit - 我刚刚查看了 Subversive 网页:JavaHL 和 SVNKit EPL 不兼容的 SVN 连接器被标记为“exempt pre-req”和“适用于”依赖项(相应地)并且是从polarion.com 分发。这可能是问题所在:Subversive 可能没有安装任何一个插件。
    • 我找到了解决方案,二进制文件丢失
    猜你喜欢
    • 1970-01-01
    • 2010-09-07
    • 1970-01-01
    • 1970-01-01
    • 2019-07-31
    • 2012-12-29
    • 1970-01-01
    • 1970-01-01
    • 2020-08-27
    相关资源
    最近更新 更多