myeclipse安装svn方法汇总

来源:互联网 发布:淘宝上淘口令怎么生成 编辑:程序博客网 时间:2024/05/02 01:28
       一个项目一般都是由多个成员共同完成的, 就需要实现项目组各成员代码的实时同步更新,个人觉得SVN是个不错的选择,现就SVN在myeclipse上的安装方法总结了一下。

 方法一
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.5.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 10.7的安装路径下的plug_in(myeclipse安装根目录\MyEclipse 10.7\eclipse\plugins)下新建文件夹:site-1.6.5;
3.打开MyEclipse 10.7,在菜单栏中选择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 install:在刚加进去的路径Subclipse-site-1.6.5这一项前打钩,此时会报错,然后展开Subclipse前的加号,去掉Subclipse Integration for Mylyn3.x(Optional)3.0.0前的钩,错误消失→next→选I accept the terms in the license agreements→next→next→选中所有的8项,然后Change Location……,在弹出的菜单中选Add Location……选择在第3步中建的文件夹的路径(myeclipse安装根目录\MyEclipse 10.7\eclipse\plugins\site-1.6.5)→Finish→再弹出的菜单中选Install All→Yes
5.开始安装SVN插件,安装完成之后,重启Myeclipse。

方法三
 下载SVN插件:site-1.6.10.zip,解压后将其全部文件拷贝至:myeclipse安装根目录\MyEclipse 10.7\dropins(MyEclipse的安装目录),重启MyEclipse即可出现SVN!

个人觉得方法三最好用,因为有时候用myeclipse直接进行安装时,偶尔会出现无法下载svn或者下载后无法安装的情况,所以建议使用方法三,简单粗暴。




0 0
原创粉丝点击