哪个颠覆连接器发现使用 [英] Which subversive connector discovery to use

查看:130
本文介绍了哪个颠覆连接器发现使用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在eclipse中安装了SVN插件并重新启动
a消息似乎要求安装颠覆连接器发现
有SVN工具包和本机JavaHL
,我很困惑哪一个安装,为什么
可以任何一个请指导我。

解决方案

两个连接器都应该工作,这里有差异使用它们的经验,而不是通过阅读其源代码):




  • SVN套件:


    • 适用于所有平台,是一个仅Java实现(不需要DLL或共享库)。

    • 比JavaHL Native有点慢。 >
    • 将其配置保留在其他地方,比像TortoiseSVN这样的真正的subversion客户端(在Windows上)。所以如果你需要这两个,你必须牢记这一点。


  • JavaHL Native:


    • 需要一个共享库(DLL),它具有与安装的Subversion客户端相同的主版本。所以如果你使用SVN命令客户端1.6.x,你应该安装/使用相应的JavaHL版本。

    • 在Windows下很容易使用,更难找到适用于Linux或Mac的版本OS X(请参阅 Subclipse Wiki:JavaHL

    • 更快并使用与安装的SVN命令客户端或TortoiseSVN客户端相同的配置。




因此,您可以同时安装它们,并在 Windows>首选项>团队> SVN> SVN连接器之间切换它们。我已经使用了两者,并没有注意到很大的区别我的正常字,只有在特殊的情况下,如果JavaHL适合,这是我认为更好的连接器。


after i installed SVN plugin in eclipse and restarted a message appears to ask for installing subversive connector discovery there are SVN Kit and Native JavaHL and i am confused which one to install and why can any one please guide me.

解决方案

The two connectors should both work, here are the differences (more from experience by using them, not by reading their source code):

  • SVN Kit:
    • Works on all platforms, is a Java-only implementation (no need for DLLs or shared libraries).
    • Is a little bit slower than JavaHL Native.
    • Keeps its configuration at some other place than a real subversion client like TortoiseSVN (on windows). So if you need both, you have to keep that in mind.
  • JavaHL Native:
    • Needs a shared library (DLL), that has the same major version as the installed Subversion client. So if you use SVN command client 1.6.x, you should install / use the corresponding JavaHL version.
    • Is easy to use under Windows, more difficult to find the right version for Linux or Mac OS X (see Subclipse Wiki: JavaHL
    • Is faster and uses the same configuration as the installed SVN command client or TortoiseSVN client.

So you may install both, and switch between them under Windows > Preferences > Team > SVN > SVN Connector. I have used both and did not notice much difference in my normal word, only in special circumstances. If JavaHL fits in, it is the better connector in my opinion.

这篇关于哪个颠覆连接器发现使用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆