SVN 客户端集成到 Eclipse

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/2213817/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-10 19:10:36  来源:igfitidea点击:

SVN client integration into Eclipse

eclipsesvneclipse-pluginsubclipse

提问by Yatendra Goel

I had integrated a Subclipse plugin into the Eclipse to perform SVN related operations.

我已经在 Eclipse 中集成了一个 Subclipse 插件来执行 SVN 相关操作。

I had successfully checked-in, checked-out and commited my project to the SVN.

我已成功签入、签出并将我的项目提交给 SVN。

But now when I am trying to commit or update my project, it is showing the following error

但是现在当我尝试提交或更新我的项目时,它显示以下错误

org.tigris.subversion.javahl.ClientException: Unsupported working copy format

svn: This client is too old to work with working copy 'D:\EclipseWorkspace\EMSEclipse'; please get a newer Subversion client

I had tried to update the plugin through HELP >> SOFTWARE UPDATES...of the Eclipse but it is saying that the software is up to date and no newer version is available.

我曾尝试通过Eclipse 的HELP >> SOFTWARE UPDATES...更新插件,但它说该软件是最新的,并且没有更新的版本可用。

Should I switch to some other SVN Client. If yes, then could you please suggest me any other SVN Client for Eclipse?

我应该切换到其他一些 SVN 客户端。如果是,那么您能否为我推荐任何其他适用于 Eclipse 的 SVN 客户端?

回答by Bozho

Subclipse has different update sites for the 1.4 and 1.6 branches. So if you are using 1.4, it won't have updates. Get the 1.6 update site.

Subclipse 的 1.4 和 1.6 分支有不同的更新站点。因此,如果您使用的是 1.4,则不会有更新。获取 1.6 更新站点

Whenever the subclipse plugin is not sufficient for you, you can download Turtoise SVN- it is a full-featured SVN client.

当 subclipse 插件对您来说不够用时,您可以下载Turtoise SVN- 它是一个功能齐全的 SVN 客户端。

回答by VonC

Subversiveis the other Eclipse client for SVN

Subversive是 SVN 的另一个 Eclipse 客户端

But for your error, the solution is indeed to upgrade. Did you check the Download and installation process?

但是对于你的错误,解决办法确实是升级。您是否检查了下载和安装过程

As documented, get the right version of JavaHL.

如文档所述,获取正确版本的 JavaHL

回答by Binary Nerd

Haven't personally seen that error before. The other popular SVN client for Eclipse is Subversivein-case you want to try that.

以前没有亲眼见过这个错误。另一个流行的 Eclipse SVN 客户端是Subversive,以防您想尝试。