1. 程式人生 > >Eclipse安裝SVN外掛訪問遠端倉庫報錯

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


大概就是這幾個步驟:

報錯:

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.

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

在此配置,重啟即可