Eclipse中安装svn插件Subversive
最简单的方法是通过Eclipse的插件自动下载和更新功能。
1. 打开eclipse
2. help --> Software Updates --> Find and Install
3, 在弹出的Install/Update对话框中,选择Search for new features to install,点Next.
4. 点击New Remote Site,在弹出的对话框里根据版本的不同填入以下数据:
Name = Subversive
URL = http://www.polarion.org/projects/subversive/download/1.1/update-site
(可以在 http://www.eclipse.org/subversive查看最新的URL)
点击OK。
5. 弹出Install对话框,可以看到新增了Subversive项,选中Subversive复选框,点击Finish。
6. 注意只选择Subversive和Subversive Client两项,否则会报错:Subversive Integration for the Mylyn Project (Optional) (1.0.9.01) requires feature "org.eclipse.mylyn.context_feature".
点击Next, 会弹出license对话框,accept之,然后一路Next, OK ,安装完成 :)