web-dev-qa-db-ja.com

Eclipse Heliosで破壊的なSVN svn + sshリポジトリをチェックアウトする

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

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キットのような新しいコネクタをどのようにインストールしますか?

27
Open the way

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

  • Window > Preferencesに移動
  • Team > SVNアイテムを参照します
  • SVN Connectorタブで、SVNKitがアクティブなものとして選択されていることを確認します。
50
Kellindil

Eclipse junoの場合、プラグインリンクでWordを「更新」から「juno」に置き換える必要があります。

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

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

16

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

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

13
mo sean

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

ヘルプ> Eclipse Marketplaceでsubclipseを検索してインストールします

subclipse

1
Nidheesh

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

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


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

SCREENSHOT HERE: *Explaining how to install Polarion Subversive software*


下の写真なしの「方法」バージョンを参照してください:

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

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

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

Eclipseでは、

  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が再起動するのを待ちます

1
vvauban

移動:

Help -> Eclipse Marketplace -> Subclipse

Eclipse Lunaで私のために働いた

1
Pratik Ray