org.apache.subversion.javahl.ClientException: svn: E155021: This client is too old to work with the

简介: org.apache.subversion.javahl.ClientException: svn: E155021: This client is too old to work with the working copy at ‘F:\Workspaces\SimpleMetadata’ (format ‘31’).

org.apache.subversion.javahl.ClientException: svn: E155021: This client is too old to work with the working copy at
‘F:\Workspaces\SimpleMetadata’ (format ‘31’).

org.apache.subversion.javahl.ClientException: Unsupported working copy format
svn: This client is too old to work with the working copy at
‘F:\Workspaces\SimpleMetadata’ (format 31).
You need to get a newer Subversion client. For more details, see
http://subversion.apache.org/faq.html#working-copy-format-change

产生该错误的原因:

由于执行的以下操作,所以产生此错误!
升级TortoiseSVN为TortoiseSVN-1.8.0.24401-x64-svn-1.8.0官方原版

升级之前的版本为:1.6.7
这里写图片描述

升级后为:1.8.0
这里写图片描述

对本地Checkout的版本执行Upgrade:
这里写图片描述

之后再通过Eclipse执行提交时,就提示错误:
这里写图片描述

有人说是修改这里,我改为1.7.9也不行。
这里写图片描述

执行更新时提示以下错误:
这里写图片描述

解决方案:

由于升级TortoiseSVN引起的,肯定是Eclipse使用的SVN插件版本的问题。看错误信息的意思,大概是:对于工作拷贝来说,此客户端是太老了。

之前使用的是subclipse - http://subclipse.tigris.org/update_1.8.x
尝试升级subclipse 试试。
没有1.9.x版本,直接升级到subclipse - http://subclipse.tigris.org/update_1.10.x

这里写图片描述
这个警告没关系,直接点“OK”就可以。

升级subclipse之后,问题就解决了,测试了一下,没有引起其它问题。

目录
相关文章
|
2月前
|
JSON Java Apache
Spring Cloud Feign 使用Apache的HTTP Client替换Feign原生httpclient
Spring Cloud Feign 使用Apache的HTTP Client替换Feign原生httpclient
|
Apache Android开发
解决Failed resolution of: Lorg/apache/http/client/methods/HttpEntityEnclosingRequestBase的方案
解决Failed resolution of: Lorg/apache/http/client/methods/HttpEntityEnclosingRequestBase的方案
292 0
解决Failed resolution of: Lorg/apache/http/client/methods/HttpEntityEnclosingRequestBase的方案
|
Android开发
svn: E155004: There are unfinished work items in ‘D:\workspace\xxx‘; run ‘svn cleanup‘ firs
svn: E155004: There are unfinished work items in ‘D:\workspace\xxx‘; run ‘svn cleanup‘ firs
117 0
svn: E155004: There are unfinished work items in ‘D:\workspace\xxx‘; run ‘svn cleanup‘ firs
SVN更新有问题 svn The working copy at‘ ‘ is too old
SVN更新有问题 svn The working copy at‘ ‘ is too old
SVN更新有问题 svn The working copy at‘ ‘ is too old
|
Java Maven Android开发
eclipse svn插件卸载 重新安装 Subclipse卸载安装 The project was not built since its build path is incomplete This client is too old to work with the working cop
安装插件的原则就是,要按照规则,插件与本地的svn版本要一致, 这样子本地和eclipse上面就可以无缝使用,不会出现问题   1.卸载eclipse  svn插件           2,安装新版的svn插件 2.
1785 0
【软件工程技术之程序版本控制】SVN的使用——基本知识,Server搭建与Client日常使用维护
作者:gnuhpc  出处:http://www.cnblogs.com/gnuhpc/   本文综合修改自网上几篇Blog和自己手头的资料,原始出处均不详,如有版权问题请及时与我联系并提供原始文字链接。
1002 0