如何在myeclipse 6.5 中svn插件安装

来源:互联网 发布:js在对象里面添加数组 编辑:程序博客网 时间:2024/04/29 05:07

1、下载SVN的zip包(地址:http://subclipse.tigris.org/servlets/ProjectDocumentList?folderID=2240),解压到文件

夹中(我用的文件夹名是 site-1.6.5 )备用;



2、在C:/Program Files/MyEclipse 6.5/eclipse下新建文件夹plug_in/site-1.6.5



3、打开MyEclipse 6.5,Help > Software Updates > Find and Install...,在弹出的菜单中选 Search for new features

to install > next > New Local Site... > 找到解压出来的文件夹(site-1.6.5) > 确定 > Finish,在弹出的菜单中,

Select the features to install: 在刚加进去的 路径/site-1.6.5 这一项前打钩,此时会报错,然后点开 Subclipse 前面的加号,去掉 Subclipse Integration for Mylyn 3.x(Optional)3.0.0 前的勾,错误消失 > next > 选 I accept the
terms in the license agreements > next > next > 选中所有的8项,然后Change Location...,在弹出的菜单中选 Add Location...next,选择在第2步中建的文件夹的路径(C:/Program Files/MyEclipse 6.5/eclipse/plug-in/site-1.6.5)>
如下列图:
[img]


[/img]
Finish > 在弹出的菜单中选 Install All > Yes ;



4、完成第3步后,MyEclipse会重启,Window > Show View > other > 选择打开SVN目录下的SVN Repositories;



5、可以正常使用SVN插件了。

转自:http://happymen001.javaeye.com/blog/537705