SVNプラグインのセットアップ

eclipse3.6でSVNプラグインのインストールでつまずいたのでメモ。

メニューから Help -> Install new software を選択
"Add"で以下のURLを選択する。
Helios - http://download.eclipse.org/releases/helios
type filter text 欄にSubversiveって入力して
インストールしようとしたらSVN Kitのインストール時に
20110115235402

20110115235403


ってエラーがでてインストールできない。


エラーログの内容(workspace/.metadata/.log)

!ENTRY org.eclipse.team.svn.core.svnnature 4 0 2011-01-15 23:47:35.553
!MESSAGE Problems occurred while performing installation: Operation details
!STACK 1
org.eclipse.core.runtime.CoreException: Operation details
	at org.eclipse.team.svn.ui.discovery.PrepareInstallProfileJob_3_6.resolve(PrepareInstallProfileJob_3_6.java:129)
	at org.eclipse.team.svn.ui.discovery.PrepareInstallProfileJob_3_6.run(PrepareInstallProfileJob_3_6.java:97)
	at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
Contains: Cannot complete the install because one or more required items could not be found.
Contains: Software being installed: Subversive SVN Connectors 2.2.2.I20101203-1700 (org.polarion.eclipse.team.svn.connector.feature.group 2.2.2.I20101203-1700)
Contains: Missing requirement: Subversive SVN Connectors 2.2.2.I20101203-1700 (org.polarion.eclipse.team.svn.connector.feature.group 2.2.2.I20101203-1700) requires 'org.eclipse.team.svn.feature.group [0.7.9.I20101001-1700,1.0.0)' but it could not be found
!SUBENTRY 1 org.eclipse.equinox.p2.operations 4 0 2011-01-15 23:47:35.556
!MESSAGE Operation details
!SUBENTRY 2 org.eclipse.equinox.p2.director 4 1 2011-01-15 23:47:35.556
!MESSAGE Cannot complete the install because one or more required items could not be found.
!SUBENTRY 3 org.eclipse.equinox.p2.director 4 0 2011-01-15 23:47:35.556
!MESSAGE Software being installed: Subversive SVN Connectors 2.2.2.I20101203-1700 (org.polarion.eclipse.team.svn.connector.feature.group 2.2.2.I20101203-1700)
!SUBENTRY 3 org.eclipse.equinox.p2.director 4 0 2011-01-15 23:47:35.556
!MESSAGE Missing requirement: Subversive SVN Connectors 2.2.2.I20101203-1700 (org.polarion.eclipse.team.svn.connector.feature.group 2.2.2.I20101203-1700) requires 'org.eclipse.team.svn.feature.group [0.7.9.I20101001-1700,1.0.0)' but it could not be found

1. メニューから Help -> Install new software を選択
2. "Add"ボタン近くの"Available Software Sites"を選択
3. http://download.eclipse.org/technology/subversive/0.7/update -site/にチェックをつけてEnableにする
4. ドロップダウンリストに上記URLが加わるので以下の2つを選択する

メニューから Help -> Subversive -> Migrate Project and Settings を選択
5. 最新版のSVN Kitをインストールする

なんかこれでできた