第一步,安装mylyn
下载本文中的附件,然后在MyEclipse6.5中打开菜单Help->Software Updates->Find And Install,在弹出的窗口中选择“Search for new features to install”选项,然后点击右边的“New Local Site”按钮,选择你下载的附件解压后的文件夹,然后一路往下就OK,最后提示是否重新启动workspace,点击是
第二步,安装subversive
在MyEclipse6.5中打开菜单Help->Software Updates->Find And Install,在弹出的窗口中选择“Search for new features to install”选项,然后点击右边的“New Remote Site”按钮,在对应的项输入值,如下:
Name:subversive
URL:http://download.eclipse.org/technology/subversive/0.7/update-site/
然后一路往下就OK,最后提示是否重新启动workspace,点击是
第三步,安装Subservice Connectors
在MyEclipse6.5中打开菜单Help->Software Updates->Find And Install,在弹出的窗口中选择“Search for new features to install”选项,然后点击右边的“New Remote Site”按钮,在对应的项输入值,如下:
Name:subservice connectors
URL:http://www.polarion.org/projects/subversive/download/eclipse/2.0/update-site/
然后一路往下就OK,最后提示是否重新启动workspace,点击是
到此,已经安装完毕,可以在myeclipse6.5中进行svn的操作。