新買的Mac Air自帶的是10.8.2的系統(tǒng),驚奇的發(fā)現(xiàn)默認(rèn)是沒有安裝SVN (Subversion)的。
真的太遺憾,因?yàn)閺?0.5版本開始適用Mac OS,SVN一直都是默認(rèn)安裝的軟件。
后來發(fā)現(xiàn)一個(gè)簡單的辦法。
如果你有安裝XCode,只需要在code > Preferences > download > Command Line Tools > Install即可,速度很快,基本1分鐘搞定。 這個(gè)Command Line Tools包含新的SVN。然后如果你沒有安裝XCode的話,會很痛苦,采用這種辦法會很痛苦,因?yàn)閄Code接近于1.5GB了!尤其是對于那些只是需要SVN,而不會用到XCode的朋友來講。
幸運(yùn)的是,可以做到在沒有安裝XCode 的前提下安裝SVN,只需要在Apple Developer網(wǎng)站下載一個(gè)116MB的Command Line Tools(OS X Mountain Lion)獨(dú)立安裝包。當(dāng)然你需要一個(gè)Apple Developer的ID(可以免費(fèi)注冊的)。
安裝之后,可以適用Terminal來確認(rèn)一下你的SVN版本:
svn --version
應(yīng)該像下面這樣顯示:
svn, version 1.6.18 (r1303927)
compiled Aug 4 2012, 19:46:53
Copyright (C) 2000-2009 CollabNet.
Subversion is open source software, see http://subversion.apache.org/
This product includes software developed by CollabNet (http://www.Collab.Net/).
The following repository access (RA) modules are available:
* ra_neon : Module for accessing a repository via WebDAV protocol using Neon.
- handles 'http' scheme
- handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
- handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
- handles 'file' scheme