19
16

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Eclipse SVNクライアントがいない

Posted at

#Subversiveのインストール
EclipseでSVNを使用したかったので、インストールしてみたらSVNクライアントさんがいらっしゃらなかったので、解決まで踏んだ手順をあげておく。
基本的に、Eclipseとかを日本語化した人はPleiadesのAll in oneとかで入ってると思います。
##Subversion
Eclipse4.4でSubversionを使用するため、
Eclipseの Help > Install New Software
Work with に、
http://download.eclipse.org/releases/luna
を貼付けて、ソフトウェアの一覧から
Collaboration > Subversive SVNチーム・プロバイダー にチェックを入れてinstall

##クライアントがいない
SubversiveでSVNクライアントとして使用する SVNKitをインストールします。
Eclipseの Help > Install New Software
Work with に、
http://community.polarion.com/projects/subversive/download/eclipse/4.0/update-site/
を貼付けて、ソフトウェアの一覧から
Subversive SVNコネクター > SVNKit1.8.4実装(オプション)
をチェックしinstall

一応cleanしておく(Eclipseのディレクトリ
/Applications/eclipse/eclipse -clean

確認で、Eclipseの環境設定から
Team > SVN > SVNクライアント でSVNKitを選択して反映させれば完了。

19
16
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
19
16

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?