Re: Incremental Development?
Re: Incremental Development?
- Subject: Re: Incremental Development?
- From: John Labovitz <email@hidden>
- Date: Thu, 13 Sep 2007 09:43:27 -0700
On Sep 13, 2007, at 5:56 AM, Sven wrote:
forgot to mention git, which doesn't need an online repository
http://git.or.cz/
keeps the entire dev history in the local folder. Comes with some
nice tools
too
While we're mentioning distributed version control systems, two other
leading contenders (both a bit easier to approach than git, in my
opinion):
Mercurial (aka hg)
http://www.selenic.com/mercurial/wiki/
Bazaar (aka bzr, aka bazaar-ng)
http://bazaar-vcs.org/
The main issue with all of these systems is that they don't integrate
with Xcode. If you don't mind playing at the command-line, they're
pretty easy to use separately anyway. If you really want everything
to happen in Xcode, you're pretty much stuck with CVS, Perforce, or
Subversion. If you have to choose, I'd choose the latter.
--John
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden