27

コンピューター(Mac OS X Leopard)からシェルを介してリモートSVNリポジトリを問題なくチェックアウトできます。私はすでにsshキーとそのすべてのものを確立しました。今、私はEclipseヘリオをMacと破壊的なプラグインにインストールしました。svn + sshリポジトリで動作させる方法が見つかりません。良いチュートリアルを教えていただけますか?私のグーグルcaanは今日有用なものを見つけられません

PS:これは私が得るエラーです:

    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.

PS2:すでにJAVAコネクタに問題があるようですが、SVNキットのような新しいコネクタをどのようにインストールしますか?

4

6 に答える 6

50
  • に移動Help > Install New Software...

  • junoのURLを貼り付けます: http
    ://community.polarion.com/projects/subversive/download/eclipse/3.0/juno-site/ケプラーの場合:http://community.polarion.com/projects/subversive/download/ eclipse / 3.0 / kepler-site /
  • インストールするコネクタを選択します(私は通常と一緒に行きますSVNKit)。必要なコネクタと一般的な" Subversive SVN Connectors"アイテムの両方を選択する必要があります。
  • クリックFinish

これでリポジトリを使用できるようになりますが、そうでない場合は:

  • に移動Window > Preferences
  • Team > SVNアイテムを参照する
  • SVN Connectorタブで、SVNKitがアクティブなものとして選択されていることを確認します。
于 2011-02-28T09:20:20.327 に答える
16

Eclipse junoの場合、プラグインリンクの「updated」という単語を「juno」に置き換える必要があります。

したがって、Eclipsejunoの作業リンクは次のとおりです。

http://community.polarion.com/projects/subversive/download/eclipse/3.0/juno-site/

于 2013-01-27T05:55:12.273 に答える
13

Eclipseケプラーの場合はこれを使用できます

http://community.polarion.com/projects/subversive/download/eclipse/3.0/kepler-site/

于 2013-09-01T18:17:33.970 に答える
1

subclipseを使用してHeliosの問題を解決しました。

[ヘルプ]>[ EclipseMarketplace]に移動して、サブクリップを検索し、インストールします

サブクリップ

于 2013-12-05T10:56:31.343 に答える
1

移動:

Help -> Eclipse Marketplace -> Subclipse

私のために働いたEclipse Luna

于 2014-12-15T09:19:41.563 に答える
1

最終バージョン(July 2019):

http://community.polarion.com/projects/subversive/download/eclipse/6.0/builds/


以下の「方法」の図を参照してください。

スクリーンショットはこちら:*PolarionSubversiveソフトウェアのインストール方法の説明*


以下の写真なしの「ハウツー」バージョンを参照してください。

インターネットブラウザで、

  1. に移動 http://community.polarion.com/projects/subversive/download/eclipse/6.0/builds/

  2. ダウンロードSubversive-connectors-allplatforms-6.0.4.I20161211-1700.zip

日食では、

  1. メニューを開く'Help'

  2. 選ぶ'Install new software'

  3. ポップアップをクリックし'Add'ます'Install'

  4. ポップアップをクリックし'Archive'ます'Add Repository'

  5. 以前にダウンロードしたzipを選択してください

  6. クリック'Open'

  7. 'Install'ポップアップのすべてのチェックボックスをオンにします

  8. クリック'Next'

  9. Eclipseの計算が処理されるのを待つ

  10. クリック'Next'

  11. ラジオボタンをクリックします'I accept the terms of license agreement'

  12. クリック'Finish'

  13. ポップアップをクリック'Install anyway'します'Security warning'

  14. Eclipseが処理するのを待つ

  15. ポップアップをクリック'Restart now'する'Software Updates'

  16. Eclipseが再起動するのを待つ

于 2019-07-23T11:39:47.863 に答える