Re: what versioning system do you recommend?
Re: what versioning system do you recommend?
- Subject: Re: what versioning system do you recommend?
- From: Kevin McEnhill <email@hidden>
- Date: Tue, 19 Jan 2010 08:40:20 -0600
I chose to stick with subversion partly because Apple ships the client and server is OS X and they have native support for it in XCode. I also added a couple of scripts to do nightly dumps of my repositories and upload them to my web server provider. That way I will always have a check point back to "yesterday" is my MB and TimeMachine die in a tornado.
As a solo developer, I rarely have to deal with concurrent development streams but the confidence of getting back to a point before "I tweak just this one thing" is invaluable. I also found that I tend to tackle a single problem and solve it. Writing commit logs from large changes suck so I tend to fix, test, and commit rapidly.
Basically, find something that works and stick with it.
Good Luck
On Jan 18, 2010, at 23:04, David Rowland wrote:
>> Hello,
>>
>> I want to implement a versioning system on the xcode project I'm working on now, and I wonder if there's any built-in versioning system in Xcode.
>>
>> I searched in this mail list and the web and I found some tutorials on how to hook Xcode with an external CVS, but I wonder if there's anything that I can use without installing any extra program.
>>
>> I'm new on using CVS, or any other versioning system. In fact, I plan to learn on the go with this project I have.
>>
>> What do you recommend me using?
_______________________________________________
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