Re: Xcode and Subversion
Re: Xcode and Subversion
- Subject: Re: Xcode and Subversion
- From: Jerry <email@hidden>
- Date: Tue, 3 Jan 2006 09:26:12 +0000
On 3 Jan 2006, at 09:16, Eric Morand wrote: I've installed Subversion (using Darwin Port) and now I want to use it with Xcode. So, I set me Xcode project to use Subversion as SCM system, I enable SCM...and I don't know what else to do !
I've read a couple of tutorials but they all deal with setting up a full subversion server for sharing works with some colaborators ! I don't want it to be so complex : I'm the only person dealing with my code, I just want a simple versioning system in Xcode that can automatically increment my version numbers and keep trace of the changes.
Is Subversion what I need ? And how to use it with Xcode ?
I was in the same boat until recently - Subversion looked very complicated and all the documentation talks about how to set up big complicated servers. However, you can just ignore all that stuff for development on your own machine and it's actually really simple. You just create a local repository, import your stuff into it, check out a working copy and use that for your XCode project sources - all in about 5 commands, and then it Just Works. The steps for doing this are at http://svn.collab.net/repos/svn/trunk/README - look at the Quickstart section.
Jerry
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden