私のコンピューター(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キットのような新しいコネクタをどのようにインストールしますか?
Help > Install New Software...
に移動SVNKit
を使用します)。必要なコネクタと一般的な「Subversive SVN Connectors
」アイテムの両方を選択する必要があります。Finish
をクリックしますこれでリポジトリを使用できるようになりますが、使用できない場合は次のようにします。
Window > Preferences
に移動Team > SVN
アイテムを参照しますSVN Connector
タブで、SVNKitがアクティブなものとして選択されていることを確認します。Eclipse junoの場合、プラグインリンクでWordを「更新」から「juno」に置き換える必要があります。
したがって、Eclipse junoの作業リンクは次のとおりです。
http://community.polarion.com/projects/subversive/download/Eclipse/3.0/juno-site/
eclipseケプラーの場合、これを使用できます
http://community.polarion.com/projects/subversive/download/Eclipse/3.0/kepler-site/
subclipseを使用してHeliosの問題を解決しました。
ヘルプ> Eclipse Marketplaceでsubclipseを検索してインストールします
July 2019
):http://community.polarion.com/projects/subversive/download/Eclipse/6.0/builds/
インターネットブラウザで、
http://community.polarion.com/projects/subversive/download/Eclipse/6.0/builds/
に移動
ダウンロードSubversive-connectors-allplatforms-6.0.4.I20161211-1700.Zip
Eclipseでは、
メニューを開く'Help'
'Install new software'
を選択
'Add'
ポップアップで'Install'
をクリックします
'Archive'
ポップアップで'Add Repository'
をクリックします
以前にダウンロードしたZipを選択します
'Open'
をクリックします
'Install'
ポップアップのすべてのチェックボックスをオンにします
'Next'
をクリックします
eclipseの計算が処理されるのを待ちます
'Next'
をクリックします
ラジオボタン'I accept the terms of license agreement'
をクリックします
'Finish'
をクリックします
'Install anyway'
ポップアップで'Security warning'
をクリックします
eclipseの処理を待つ
'Restart now'
ポップアップの'Software Updates'
をクリックします
eclipseが再起動するのを待ちます
移動:
Help -> Eclipse Marketplace -> Subclipse
Eclipse Luna
で私のために働いた