Mac系统中eclipse 中安装svn插件subclipse

来源:互联网 发布:企业税负率的正确算法 编辑:程序博客网 时间:2024/06/05 18:47

1、          安装macports

到该网站的下载相应版本的macports安装文件,进行安装

http://www.macports.org/install.php

2、          安装javahl

http://subclipse.tigris.org/wiki/JavaHL

按照上面网站中的方法进行安装

OSX comes with a SVNcommand line client, but unfortunately they do not include the JavaHL library.

The best thing to dois to install one of the OSX package managers for open-source software, such asMacPorts orHomeBrew. If you are doing softwaredevelopment on OSX, you are going to eventually want or need differentopen-source Unix applications. So it is worth the effort to set one of these upand they make it easy for you to get Subversion and always have the latestversion. You will also have easy access to other open source applications viasimilar simple commands.

For MacPorts, the commands to run are:

 

sudo port installsubversion-javahlbindings +no_bdb +universal

安装过程中若出现问题,使用下面命令后,重新安装

sudo port clean –all 端口名称

3、    通过eclipse在线更新sublipse,详细过程网上有很多,也很详细,不再介绍,给一个版本更新地址

http://subclipse.tigris.org/update_1.10.x


弄了一上午,终于可以在eclipse中使用svn了

0 0