【Eclipse】【SVN】【トラブル】EclipseからSVNへのアクセスエラー「Obtain Project Name' operation finished with error」

現象の概要

 * EclipseSVNにあるプロジェクトをインポートしようとしたら、以下のようなエラーが表示されて、インポートできない

エラー内容

SVN: '0x0040010b: Obtain Project Name' 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.

解決策

 * [Window]-[Preferences]-[Team]-[SVN]-[SVN Connector]で[SVN Connector]がなかった場合
 ⇒Elipseの[Help]-[Install New Software]を選択し、「Work with:」欄に以下のURLを入力し、「SVN Connector」をインストール
* Eclipse Luna
http://community.polarion.com/projects/subversive/download/eclipse/4.0/luna-site/
 *