MyEclipse6.X 添加SVN插件

本文引用:http://developer.51cto.com/art/201005/202699.htm

1.打开Myeclipse,在菜单栏中选择Help→SoftwareUpdates→FindandInstall;
2.选择Search for new features to install,点击Next进入下一步;
3.点击“New Remote Site”按钮,在弹出的对话框中输入:
name:svn
url:http://subclipse.tigris.org/update_1.4.x
点击OK,关闭对话框,并点击Finish按钮,Myeclipse自动下载插件安装程序;
4.下载完插件之后,进入安装画面。
5.选择所要安装的SVN插件内容,这里去掉第二个选项SubclipseIntegrations,点击下一步;
6.选择“I accept the terms in the license agreements”并点击Next,直到点击Finish即可,进入下一步。

7.开始安装SVN插件,安装完成之后,重启Myeclipse。
以下为安装完成后的配置过程:
8.在菜单栏中选择Window→OpenPerspective→Other打开Myeclipse试图列表。这个时候Myeclipse的视图列表中,就出现了“SVN Repository Exploring”一项。
9.打开“SVN Repository Exploring”视图。在左边空白区域,单击右键→New→Repository Location。
10.在Url一栏中输入svn://localhost,点击Finish按钮。
11.输入用户名和密码,点击OK即可看到SVN下的目录结构了。
12.在项目名称上点击SVN EXport 将项目导入到本地。

posted @ 2013-05-23 09:34  Alex-Zeng  阅读(150)  评论(0编辑  收藏  举报