How to download google code from SVN onto Mac
download, google-api, ios, macos, svn
Solution
I'm pretty sure you need Apple's command line tools. You can get these by either installing Xcode from the Mac App Store or downloading the command line tools from here.
Problem
I'd like to download the Google APIs Objective-C client onto my Mac (OSX 10.8). This page states the following: Non-members may check out a read-only working copy anonymously over HTTP. svn checkout http://google-api-objectivec-client.googlecode.com/svn/trunk/ google-api-objectivec-client-read-only So I tried running that line in Terminal, and all I got was: -bash: svn: command not found Can anyone tell me what I'm doing wrong? SVN should be installed already with OSX, no? Or do I need to install it first? Do SVN commands work in any directory? Any help, much appreciated. Thanks guys.