downloading SVN for mac
#1
a while ago, Ronald_Reagan gave me the link to an SVN download for mac. that was about six months ago. i uninstalled it quite a long time ago. in the meantime, i was wondering how a mac user would go about downloading the latest version of SVN. any ideas?
Thanks given by:
#2
http://forum.cubers.net/thread-178.html

I know it´s for Linux but the command line version should just work out as well (if you have an svn client installed!).

Anyway, you have to compile your own binaries using the SVN repo. You can use this link. BUUUUT, it´s just temporary (and often outdated) and could be removed soon!
Thanks given by:
#3
just learn how to compile.

1) download x-code
2) download the source
3)find the folder in the source that says xcode
4) open the project in x-code
5) change the build from debug to release
6) click build (sometimes is a run symbol)
7) any trouble or questions you can find RR on irc or pm him on these forums or do the same with me. I am usually on teamspeak more than IRC and it'd be easier for me to run you through it once to show you how to with voice than typing.

Hope this was a little bit of help.
RR taught me how to do it with a lot of questions and trial and error so he might be your better option. Or just wait for him to do updated binaries. Or i could do updated binaries, but RR is better.
moral of this oddly redundant post, ask RR
Thanks given by:
#4
lol waffles...ty to both of you. this helped. imma do it in the morning :D
Thanks given by:
#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:
#6
You probably will have to change some project settings to make it work. But if you don't, all the power to ya.
Thanks given by:
#7
For me in lion, the only change was making the custom script run (to create a dmg file which wasnt necessary) and taking the frameworks folder from a working package and copy and paste it into the folder for the source.
Thanks given by:
#8
Also, gear4, svn comes preinstalled on OSX iirc.
Thanks given by:
#9
oh, okay. mine never had it @ ron, so I thought to include it incase
Thanks given by: