eclipse svn插件卸载 从新安装 Subclipse卸载安装 The project was not built since its build path is incomplete This

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

image

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

 

1.卸载eclipse  svn插件  apache

image

 

image

 

image

image

 

 

2,安装新版的svn插件eclipse

2.1,下载maven

http://subclipse.tigris.org/svn

image

 

 

找到网址或者zip包ui

image

 

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

而后一路next accept 到最后就好了spa

 

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

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

解决方法,从新检出

相关文章
相关标签/搜索