eclipse svn外掛解除安裝 重新安裝 Subclipse解除安裝安裝 The project was not built since its build path is incomplete T...

weixin_34321977發表於2016-04-21

安裝外掛的原則就是,要按照規則,外掛與本地的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

安裝後也會出現錯誤,這個主要是因為最初檢出的時候跟現在使用的外掛版本不一致

解決方法,重新檢出

相關文章