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

MyEclipse整合SVN

2015-06-04 16:12 435 查看

Myeclipse整合SVN

博客分类:
java编程

myeclipsesvneclipse

方法一、link方式,适合于myeclipse 8.5以上版本


1、下载site-1.8.7.zip

2、在在Genuitec\myeclipse下建svn

3、把site-1.8.7.zip解压到svn,会有3个文件两个文件夹还有一个site.xml

4、删除site.xml,这很重要。

5、在Genuitec\myeclipse\dropins下建svn.link

编辑内容如下:path=D:\\Genuitec\\myeclipse\\svn

6、重启myeclipse

7、Windows->Preferences->Team->SVN,如果有SVN项,说明插件安装成功

方法二、适合于myeclipse 8.5以下版本


1、下载site-1.8.7.zip,并解压。

2、选择help->Software Updates-->Find and Install

3、在Install/Update窗口里,选择Search for new features to install,点击Next

4、在Install窗口,点击New Remote Site

5、在弹出的对话框中,Name的值可以随意写。此处为:svn

6、URL的值,在解压的site-1.8.7.zip下面有个site.xml,找到

<description url="http://subclipse.tigris.org/update_1.8.x">

Eclipse Install/Update site for Subclipse

</description>

将url值复制到窗口的URL中。

7、点击Finish,此处需要等一段时间。

8、Windows->Preferences->Team->SVN,如果有SVN项,说明插件安装成功

方法三

1、下载SVN插件

下载地址:http://subclipse.tigris.org/files/documents/906/46495/site-1.8.7.zip

2. 在MyEclipse 6.5的安装路径下的plug_in(D:/Program Files/MyEclipse 6.5/plugins)下新建文件夹:site-1.8.7;

3. 打开MyEclipse 6.5,在菜单栏中选择 Help → Software Updates → Find and Install;

2. 选择Search for new features to install,点击Next进入下一步;

3. 点击"New Local Site"按钮,找到解压出来的文件夹(site-1.8.7) → 点击OK,并点击Finish按钮,Myeclipse自动加载插件;

4. 在弹出的菜单中,select the features to insteall:在刚加进去的路径Subclipse-site-1.8.7这一项前打钩,此时会报错,然后展开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……选择在第3步中建的文件夹的路径(C:/Program Files/MyEclipse 6.5/plugins/site-1.8.7) → Finish → 再弹出的菜单中选 Install All → Yes

5. 开始安装SVN插件,安装完成之后,重启Myeclipse。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: