今天給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
大概就是這幾個步驟:
- 通路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/
- 運作Eclipse并選擇Help > Install New Software…,在Work with:後面輸入步驟1選擇的站點,等一會下面就會列出SVN connector了
-
展開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