noteless 头像

eclipse svn插件卸载 重新安装 Subclipse卸载安装 The project was not built since its build path is incomplete This client is too old to work with the working copy at

安装插件的原则就是,要按照规则,插件与本地的svn版本要一致,

image

这样子本地和eclipse上面就可以无缝使用,不会出现问题

 

1.卸载eclipse  svn插件  

image

 

image

 

image

image

 

 

2,安装新版的svn插件

2.1,下载

http://subclipse.tigris.org/

image

 

 

找到网址或者zip包

image

 

下载的安装包就添加zip包就是zip包的位置路径,网址就是直接网址

然后一路next accept 到最后就行了

 

image

 

 

 

 

使用的是eclipse kepler版本,崩溃了,想要重新安装,主要遇到了下面这几种问题

提示工作副本格式不对,这是因为svn插件有严格的版本限制

简单地说,你在eclipse检出项目的时候,有一个插件的版本,如果你的插件升级了,那么有可能工作副本不能用,简单的办法就是请空重新检出

插件的版本根本地的svn也有一个版本对应关系,需要保持一致不然没办法使用.

image

 

 

 

 

 

Multiple errors occurred while attempting to populate the view.
  The synchronization state for resource /roman/src/main/java/com/xxx/xxx/xxxcould not be determined: org.apache.subversion.javahl.ClientException: Unsupported working copy format
svn: This client is too old to work with the working copy at
'D:\ProgramData\Workspaces\eclipse\xxx’(format 31).
You need to get a newer Subversion client. For more details, see
  http://subversion.apache.org/faq.html#working-copy-format-change

查看提示的网址信息可以看到

image

中详细说明了版本的重要性,有点版本会导致自动升级,如果你最开始的时候在eclipse检出的时候,用的是低版本的,后来用了最新的版本,那么就会有问题,就面临着升级或者降级的问题,所以最简单的办法就是项目整个的删除请空,也从本地的目录中删除,然后重新检出

这样子一般就可以了,没必要非得为了使用某一个版本去降级后续肯定还会遇到问题的,不如都升级到最新同步版本重新建处

 

 

maven项目有的时候会报错,可以去maven然后在使能maven

The project was not built since its build path is incomplete. Cannot find the class file for java.lang.Object. Fix the build path then try building this project    roman        Unknown    Java Problem

image

image

 

 

This client is too old to work with the working copy at
You need to get a newer Subversion client. For more details, see

安装后也会出现错误,这个主要是因为最初检出的时候跟现在使用的插件版本不一致

解决方法,重新检出

posted @ 2016-04-21 16:07  noteless  阅读(15752)  评论(0编辑  收藏  举报