您的位置:首页 > 编程语言 > Java开发

如何在myeclipse 6.5 中svn插件安装

2010-03-18 11:35 417 查看
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)>
如下列图:

Finish > 在弹出的菜单中选 Install All > Yes ;

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

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

转自:http://happymen001.javaeye.com/blog/537705
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  myeclipse svn features search c