SVN 客户端集成到 Eclipse 中
我在Eclipse中集成了一个Subclipse插件来执行SVN相关操作。
我已经成功签入、签出并将我的项目提交到 SVN。
但是现在,当我尝试提交或更新我的项目时,它显示以下错误
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
我曾尝试通过帮助>>更新插件Eclipse 的软件更新...,但据说该软件是最新的,并且没有可用的更新版本。
我应该切换到其他 SVN 客户端吗?如果是的话,您能给我推荐任何其他 Eclipse 的 SVN 客户端吗?
I had integrated a Subclipse plugin into the Eclipse to perform SVN related operations.
I had successfully checked-in, checked-out and commited my project to the 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.
Should I switch to some other SVN Client. If yes, then could you please suggest me any other SVN Client for Eclipse?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Subclipse 对于 1.4 和 1.6 分支有不同的更新站点。因此,如果您使用 1.4,它将不会有更新。 获取 1.6 更新站点。
当 subclipse 插件无法满足您的需求时,您可以下载 Turtoise SVN - 它是一个全功能的 SVN客户。
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.
Whenever the subclipse plugin is not sufficient for you, you can download Turtoise SVN - it is a full-featured SVN client.
Subversive 是 SVN 的另一个 Eclipse 客户端
但是对于您的错误,解决办法确实是升级。您检查过下载和安装过程吗?
根据文档,获取正确版本的 JavaHL。
Subversive is the other Eclipse client for SVN
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.
之前我个人没有见过这个错误。如果您想尝试一下,另一个流行的 Eclipse SVN 客户端是 Subversive。
Haven't personally seen that error before. The other popular SVN client for Eclipse is Subversive in-case you want to try that.