downloading SVN for mac
#5
if it's not *too* late, here's some things to do:

  1. Get SVN using one of these:
  2. Get XCode from the Apple Store

Once those are complete, follow these steps to checkout SVN:

  1. Open Terminal/Command Line
  2. Type
    svn co svn://svn.code.sf.net/p/actiongame/code/trunk/ac/
  3. Wait for it to download
  4. Once complete, you can close Terminal

Once you've checked out SVN, follow these steps to compile:

  1. Open up XCode and wait for it to load
  2. Navigate to the folder you downloaded with SVN
  3. Once in the downloaded folder, go into the folder named "xcode", and open the project
  4. Change the build type from Debug to Release
  5. Click the Build button (sometimes it appears as a Run symbol)

And that should be it :) hope I was too late ._.
Thanks given by:


Messages In This Thread
downloading SVN for mac - by MerCyKiL - 20 Nov 12, 09:57PM
RE: downloading SVN for mac - by ärkefiende - 20 Nov 12, 10:30PM
RE: downloading SVN for mac - by Waffles - 21 Nov 12, 04:10AM
RE: downloading SVN for mac - by MerCyKiL - 21 Nov 12, 06:32AM
RE: downloading SVN for mac - by gear4 - 27 Nov 12, 09:56AM
RE: downloading SVN for mac - by Ronald_Reagan - 27 Nov 12, 09:56PM
RE: downloading SVN for mac - by Waffles - 27 Nov 12, 11:45PM
RE: downloading SVN for mac - by Ronald_Reagan - 28 Nov 12, 12:19AM
RE: downloading SVN for mac - by gear4 - 28 Nov 12, 01:29AM