天天看點

Mac中Eclipse安裝和使用svn Mac中Eclipse安裝和使用svn安裝svn使用svn

Mac中Eclipse安裝和使用svn

Eclipse版本為Neon Release (4.6.0)

安裝svn

安裝HomeBrew

在終端中輸入

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)";

安裝JavaHL

在終端中輸入

brew install --universal --java subversion

安裝完成後,執行下邊的兩個sudo指令:

在終端輸入:

sudo mkdir -p /Library/Java/Extensions

sudo ln -s /usr/local/homebrew/lib/libsvnjavahl-1.dylib /Library/Java/Extensions/libsvnjavahl-1.dylib

安裝完成後會提示安裝的JavaHL的版本是1.9.4

安裝subclipse

然後根據JavaHL的Wiki文檔中

Mac中Eclipse安裝和使用svn Mac中Eclipse安裝和使用svn安裝svn使用svn

1.Eclipse-Help-Install New Software...

2.點選add按鈕,name随便輸入,Location輸入http://subclipse.tigris.org/update_1.12.x

Mac中Eclipse安裝和使用svn Mac中Eclipse安裝和使用svn安裝svn使用svn

一路Next

設定Eclipse的Preferences

Mac中Eclipse安裝和使用svn Mac中Eclipse安裝和使用svn安裝svn使用svn

使用svn

Eclipse-Window-Show View-Other...

Mac中Eclipse安裝和使用svn Mac中Eclipse安裝和使用svn安裝svn使用svn

在SVN資源庫中右鍵,就可以了

Mac中Eclipse安裝和使用svn Mac中Eclipse安裝和使用svn安裝svn使用svn

轉自:http://www.cnblogs.com/Sam-Coding/p/5804821.html

繼續閱讀