Quantcast
Channel: eclipse – softelメモ
Viewing all articles
Browse latest Browse all 35

EclipseにSVNのプラグインをインストールする方法

$
0
0

問題

新しいEclipseを使いたいのですが、SubversionクライアントのプラグインがMarketplaceに見当たらないです。

SVNプラグインなくなったんですか?

答え

SubclipseはMarketplaceからはインストールできなくなったようですが、URLを指定すれば引き続き利用可能です。

プロジェクトはGitHubに移行。

https://github.com/subclipse/subclipse

インストール方法などはWikiに記載。

https://github.com/subclipse/subclipse/wiki

EclipseのHelp → Install New Software で、

Wikiにあるとおり、以下のURLを指定する。

https://dl.bintray.com/subclipse/releases/subclipse/latest/

不要なものをあまりいろいろ入れたくない場合は、以下だけ選択するとよい。

  • 必須の Core SVNKit Library
  • 推奨の JNA Library
  • Subclipse
  • SVNKit Client Adopter

Subversiveは?

2016年でメンテナンスが止まっている?

https://www.eclipse.org/subversive/latest-releases.php


Viewing all articles
Browse latest Browse all 35

Trending Articles