Eclipse安裝SVN插件訪問遠程倉庫報錯

今天給Eclipse安裝個SVN插件,然後訪問遠程倉庫時就出現以下的錯誤了:
SVN: ‘0x00400006:Validate Repository Location’ operation finished with error: Selected SVN connector library is not available or cannot be loaded.
看這個提示,原因就是沒裝SVN connector了,唉,這就是沒仔細看說明的後果,人家都已經說的很清楚: http://www.eclipse.org/subversive/installation-instructions.php#phase2
大概就是這幾個步驟:

  1. 訪問http://www.polarion.com/products/svn/subversive/download.php?utm_source=eclipse.org&utm_medium=link&utm_campaign=subversive,選擇一個合適的站點,我的Eclipse版本是luna,就選擇了http://community.polarion.com/projects/subversive/download/eclipse/4.0/luna-site/

  2. 運行Eclipse並選擇Help > Install New Software…,在Work with:後面輸入步驟1選擇的站點,等一會下面就會列出SVN connector了

  3. 展開Subversive SVN Connectors這一項,根據實際選擇一個javaHL和Subversive SVN Connectors,然後就是點Next
    安裝完後重啓Eclipse就好了。

報錯:

SVN: ‘0x00400006: Validate Repository Location’ operation finished with error: Selected SVN connector library is not available or cannot be loaded.
If you selected native JavaHL connector, please check if binaries are available or install and select pure Java Subversion connector from the plug-in connectors update site.
If connectors already installed then you can change the selected one at: Window->Preferences->Team->SVN->SVN Connector.
Selected SVN connector library is not available or cannot be loaded.
If you selected native JavaHL connector, please check if binaries are available or install and select pure Java Subversion connector from the plug-in connectors update site.
If connectors already installed then you can change the selected one at: Window->Preferences->Team->SVN->SVN Connector.

解決辦法:
這裏寫圖片描述

在此配置,重啓即可


參考:
https://stackoverflow.com/questions/17932037/eclipse-error-when-using-subversive

發佈了118 篇原創文章 · 獲贊 218 · 訪問量 84萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章