Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how do i download source code using svn on OS X?

Tags:

macos

svn

How can I get source code off the internet using SVN? I'm trying to download Oolong game engine for iPhone OS.

I am on Mac OS X 10.6 with XCode 3.2.2.

svn checkout http://oolongengine.googlecode.com/svn/trunk/ oolongengine-read-only

is the command I got from the Oolong Google Code page.

EDIT:

I've tried the command in Terminal. I don't know where the code ends up on my machine. I did not get any errors.

like image 534
Moshe Avatar asked Apr 04 '10 07:04

Moshe


People also ask

How do I download SVN code on Mac?

svn ships with Mac OS X, so all you need to do is open Terminal, navigate to the directory where you want the code, then you can copy and paste that line right in to terminal, hit enter, an voila, the code will be checked out on to your machine.

Can we use SVN on Mac?

You can get SVN with Xcode, Homebrew, MacPorts, and probably other sources as well. The latter two options will probably stay more up to date than Xcode's installation.


1 Answers

svn ships with Mac OS X, so all you need to do is open Terminal, navigate to the directory where you want the code, then you can copy and paste that line right in to terminal, hit enter, an voila, the code will be checked out on to your machine.

like image 71
Chris Blackwell Avatar answered Sep 20 '22 04:09

Chris Blackwell