安裝插件的原則就是,要按照規則,插件與本地的svn版本要一致,html
這樣子本地和eclipse上面就能夠無縫使用,不會出現問題java
1.卸載eclipse svn插件 apache
2,安裝新版的svn插件eclipse
2.1,下載maven
http://subclipse.tigris.org/svn
找到網址或者zip包ui
下載的安裝包就添加zip包就是zip包的位置路徑,網址就是直接網址this
而後一路next accept 到最後就好了spa
使用的是eclipse kepler版本,崩潰了,想要從新安裝,主要遇到了下面這幾種問題插件
提示工做副本格式不對,這是由於svn插件有嚴格的版本限制
簡單地說,你在eclipse檢出項目的時候,有一個插件的版本,若是你的插件升級了,那麼有可能工做副本不能用,簡單的辦法就是請空從新檢出
插件的版本根本地的svn也有一個版本對應關係,須要保持一致否則沒辦法使用.
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
查看提示的網址信息能夠看到
中詳細說明了版本的重要性,有點版本會致使自動升級,若是你最開始的時候在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
This client is too old to work with the working copy at
You need to get a newer Subversion client. For more details, see
安裝後也會出現錯誤,這個主要是由於最初檢出的時候跟如今使用的插件版本不一致
解決方法,從新檢出