安裝插件的原則就是,要按照規則,插件與本地的svn版本要一致,
這樣子本地和eclipse上面就可以無縫使用,不會出現問題
1.卸載eclipse svn插件
2,安裝新版的svn插件
2.1,下載
找到網址或者zip包
下載的安裝包就添加zip包就是zip包的位置路徑,網址就是直接網址
然后一路next accept 到最后就行了
使用的是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
安裝后也會出現錯誤,這個主要是因為最初檢出的時候跟現在使用的插件版本不一致
解決方法,重新檢出