I want to download the Google API client Objective-C on my Mac (OSX 10.8). The following is indicated on this page :
Non-members can view a read-only anonymous working copy via HTTP. svn checkout http://google-api-objectivec-client.googlecode.com/svn/trunk/ google-api-objectivec-client-read-only
So I tried to run this line in Terminal, and all I had was:
- bash: svn: command not found
Can someone tell me what I am doing wrong? SVN should already be installed with OSX, no? Or do I need to install it first? Do SVN commands execute in any directory?
Any help is greatly appreciated. Thanks guys.
source share