从哪里获取 apache JavaHL subversion 绑定库?
我可以在 http://subversion.apache.org/docs 找到 JavaHL 1.6 的 API 文档/javahl/1.6/ 。但是我找不到任何指向 jar+native 二进制 (win32) 包或 Maven 资源的指针。您从哪里获得这些文物?
I can find the API-docs for JavaHL 1.6 at http://subversion.apache.org/docs/javahl/1.6/ . However I can't find any pointer to a jar+native binary (win32) package, or maven resource. Where do you obtain these artifacts?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
似乎没有明显的方法可以直接检索它们(在一些 Maven 存储库中搜索)。 JavaHL (win32) 是当前每个 eclipse 版本的一部分,其中包含颠覆性内容。因此从技术上讲,以下方法可行:
Subversive
。plugins/org.polarion.eclipse.team.svn.connector.javahl16.win32_
中找到库文件也许这个解决方法可以帮助您,但我我也对“真正的”解决方案感兴趣。
There seems no obvious way to retrieve them directly (searched in some Maven repos). JavaHL (win32) is part every current eclipse version with subversive in it. So technically, the following would work:
Subversive
.plugins/org.polarion.eclipse.team.svn.connector.javahl16.win32_<version-nr>
Perhaps this workaround helps you, but I am interested in the "real" solution as well.
您可以使用 WANDisco SVN 客户端安装,它会安装本机库和“配对”JAR 文件。请在此处查看我的问题已接受的答案,我将建议将此答案作为其副本。 (虽然这个问题比较老,但我认为后一个问题的答案更正确,所以我认为最好是重复这个问题,如果它有什么区别的话!)
You can use the WANDisco SVN client installation, which installs the native libraries and 'paired' JAR file. See the accepted answer to my question here, which I'm going to suggest this as a duplicate of. (Although this question is older, I think the answer to the later one is more correct, so I see it as better that this is a duplicate of that if it makes any difference!)