`

MyEclipse6.5安装SVN插件

    博客分类:
  • J2EE
阅读更多

一、安装方法:

方法一、如果可以上网可在线安装

1. 打开Myeclipse,在菜单栏中选择Help→Software Updates→Find and Install;

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插件内容,这里去掉第二个选项Subclipse Integrations,点击下一步;

6. 选择 "I accept the terms in the license agreements"并点击Next,直到点击Finish即可,进入下一步。

7. 开始安装SVN插件,安装完成之后,重启Myeclipse。

方法二、无法连接网络的情况

1、下载SVN插件
下载地址:http://subclipse.tigris.org/files/documents/906/46495/site-1.6.5.zip

2. 在MyEclipse 6.5的安装路径下的plug_in(C:\Program Files\MyEclipse 6.5\eclipse\plugins)下新建文件夹:site-1.6.5;

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

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

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

4. 在弹出的菜单中,select the features to insteall:在刚加进去的路径Subclipse-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……选择在第3步中建的文件夹的路径(C:\Program Files\MyEclipse 6.5\eclipse\plugins\site-1.6.5) → Finish → 再弹出的菜单中选 Install All → Yes

5. 开始安装SVN插件,安装完成之后,重启Myeclipse。

方法三、无法连接网络的情况(link链接)

1、从官网下载 Site-1.6.5.zip

2、解压Site-1.6.5.zip至${eclipse}\Plugins\Subclipse-1.6.5.zip,并删除 site.xml(很重要)(即把Site-1.6.5.zip解压出来的features和plugins文件夹里所有的jar包和两个XML文件 artifacts.xml、content.xml添加并替换到plugins文件夹下。例如:我应添加在C:\Program Files\MyEclipse 6.5\eclipse\plugins\目录下)

3、创建link文件 ${eclipse}\linksSubclipse-1.6.5.zip.link (即在link文件夹下添加linksSubclipse-1.6.5.link文件)其内容为: path=C:\Program Files\MyEclipse 6.5\eclipse\

4、重启Eclipse就是把subclipse集成完毕


二、安装完成

1. 在MyEclipse 6.5 菜单栏中选择Window→Open Perspective→Other打开Myeclipse试图列表。这个时候Myeclipse的视图列表中,就出现了"SVN Repository Exploring"一项。

2. 打开"SVN Repository Exploring"视图。在左边空白区域,单击右键 → New → Repository Location。

3. 在Url一栏中输入svn://IP,点击Finish按钮。

4. 选择要下载的项目右键选择checkout 就把项目下载到本地了

 

 

三、客户端安装:

 

 

官方下载:

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics