15

のリポジトリを取得するために、こちらの手順に従っていますHead First AndroidSubversive実際のリポジトリを取得するための手順を インストールして実行しました。

ただし、次のようなエラーが発生します。

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.  

エラーメッセージを読み、次のことを行います。

  • いいえIf connectors already installed...、そうではありません。
  • If you selected native JavaHL connectorいいえ、しませんでした。
  • If connectors already installed then you can change the selected one...何もインストールされていないので変更できません。
  • 誰かがこれを機能させる方法を教えてもらえますか??

    4

    2 に答える 2

    24

    これは、コネクタをインストールしていないことを意味します。したがって、コネクタを取り付けるには、次の手順に従います。

    Eclipse で、ヘルプに移動 -> 新しいソフトウェアのインストール

    インストール ウィンドウで、テキスト フィールドに次の URL を入力しますhttp://community.polarion.com/projects/subversive/download/eclipse/2.0/update-site/

    次に、下のボックスにコネクタのリストが表示されます。それらを選択して[次へ]をクリックします...

    編集:

    リンクは、かなり古い Eclipse 2.0 の更新サイトです。Eclipse Luna については、このページに手順が記載されています。手順がわかっている場合は、更新サイトのこのリンクをコピーしてください。

    于 2013-09-16T05:18:01.983 に答える
    20

    What get me out of this error box, go to

    1. window
    2. preferences
    3. team
    4. svn(just clicked)
    5. SVN connector
    6. get Connectors and Installed connectors.
    于 2016-06-17T08:59:16.170 に答える