Xcode 4.5をインストールした後、コマンドラインツールをインストールするには、these instructionsに従う必要があります。正常に完了すると、svnがインストールされていることがわかります。
$ which svn
/usr/bin/svn
$ svn --version
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
$
Xcodeをインストールしましたか? –
はい、xCodeがインストールされています。最新バージョン。 – Dmitry
私は100%確信していませんが、XCodeやXCodeツールが付属していると思います。 XCode(およびツール)をインストールしましたか? 私はXCodeとツールをインストールしていますが、私はsvnを持っています。しかし私はマウンテンライオンではなく、ライオンにいる。私はマウンテンライオンのマシンをチェックしていません。 –