web-dev-qa-db-ja.com

Subversive使用時のEclipseエラー

ここでの説明 に従って、Head First Androidのリポジトリを取得しています。 Subversiveをインストールし、手順に従って実際のリポジトリを取得しました。

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

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...何もインストールされていないため、変更できません。
  • 誰かがこれを機能させる方法を教えてもらえますか?

    14
    Little Child

    つまり、コネクタをインストールしていません。したがって、コネクタを取り付けるには、次の手順に従います。

    Eclipseで、goto help-> Install New Software

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

    次に、下のボックスでコネクタのリストを取得し、それらを選択して、[次へ]をクリックします...

    編集:

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

    22
    nandu

    このエラーボックスから何が出るのか、

    1. 環境設定
    2. チーム
    3. svn(クリックしただけ)
    4. SVNコネクタ
    5. コネクタとインストール済みコネクタを取得します。
    16