Revision control

Discussion in 'Public Game Developers Forum' started by lithiastudios, Apr 17, 2009.

  1. lithiastudios

    lithiastudios Well-Known Member

    Jan 9, 2009
    101
    0
    0
    For awhile now I haven't been using any formal revision control for my iPhone work, but eventually I bit the bullet and I've been using this for a few weeks now:

    http://www.versionsapp.com/

    I definitely recommend it highly, totally seamless. I just work away in Xcode and then periodically check in code in.

    I'm sure I'm late to the bandwagon on this one, but I figured it might help a few people that are still aren't using any revision control. :)

    BTW: Totally not affiliated with the company or any devs at Versions, just posting a tool I hope will help out.
     
  2. buxman

    buxman Active Member

    Apr 15, 2009
    28
    0
    0
    Sweden
    Yeah I totally agree, any new person to revision control tools should try this one out - it's very easy to get subversion up and running with it :)
     
  3. do i have to buy any other software for this to work?
     
  4. lithiastudios

    lithiastudios Well-Known Member

    Jan 9, 2009
    101
    0
    0
    Nope, it's all self contained. You can setup a local repository (location for source code) and just go to town.
     
  5. sweet! thanks for the link! ill have to try this out as soon as i get my mac.:D
     
  6. grid

    grid Well-Known Member

    Feb 17, 2009
    122
    0
    0
    iPhone Game Dev
    Minneapolis, MN
    I guess maybe this is great if you've never used version control in your life, but a word to the wise: version control software like svn is FREE. There is no reason to buy the aforementioned software or ANY software that is explicitly for version control unless you think it will significantly enhance some aspect of your workflow.

    Not only this, but once you have your repository set up (a few simple command-line commands with svn), you can set up xCode to do all your versioning for you, and you should never need to touch the command line (or any other program) again.

    I'm a command line junkie, and I know I'm not like everyone, but IMHO, you should never need to pay for version control software.
     
  7. Hippieman

    Hippieman Well-Known Member

    Nov 6, 2008
    433
    0
    0
    Senior Producer, Designer
    San Francisco
    Versions is a terrific front end even if you use SVN.

    We use it for all of our titles, as it makes both code and asset management tolerable in SVN.
     
  8. writingsama

    writingsama Well-Known Member

    Dec 4, 2008
    675
    0
    0
    for those who wonder, SVN is short for "Subversion," if you're googling it.

    I'd recommend http://tortoisesvn.tigris.org/ as a front-end, but that's Windows-only, but it is a dream and also free. right on the Subversion homepage http://subversion.tigris.org/ there's links to OS X packages, frontends, etc.
     

Share This Page