Using Subversion in Xcode

Posted by Kevin L. on Stack Overflow See other posts from Stack Overflow or by Kevin L.
Published on 2009-10-11T21:52:46Z Indexed on 2010/05/04 6:08 UTC
Read the original article Hit count: 393

Filed under:
|
|
|

It seems that all of the initial Google results for "using subversion with xcode" are actually just tutorials for installing and configuring svn and Xcode, as opposed to actually using the two (i.e. interacting with svn via Xcode's GUI).

Is anyone aware of a good guide that teaches the tricks and pitfalls of working with svn via Xcode's GUI? Something that bridges the gap between the most excellent Version Control with Subversion book and the Xcode IDE (as in pure Xcode GUI without any terminal command use)?

Edit:

We all love our terminal commands, and we all love Eclipse but (and I mean this in the nicest possible way) neither is really the point of the question. I’d prefer to use svn via Xcode’s IDE instead of via terminal just as I prefer (well, for this case) to code in Xcode’s IDE instead of using vim and gcc. Apple engineers spent a good bit of time implementing that SCM menu in Xcode; someone has to have seen a usage guide somewhere.

© Stack Overflow or respective owner

Related posts about xcode

Related posts about svn