Re: Project handling multiple developers
Re: Project handling multiple developers
- Subject: Re: Project handling multiple developers
- From: Nathan Vander Wilt <email@hidden>
- Date: Thu, 20 Nov 2008 20:22:22 -0800
On Nov 20, 2008, at 8:04 PM, mahaboob pa wrote:
But I can't make it accessible to multiple developers. How can I do
that? How can I add another developer?In the article I found it by
using NetInfo Manager.App can do this. But I can't find out this in
system. Is there any other easly manageable free version control
system available ?
If you're comfortable on the command line (and you still really need
to be to use any version control system!) I would highly recommended
one of the distributed version control systems:
http://bazaar-vcs.org/
Bazaar is my favorite, I have the least trouble remembering how to use
it and it works great.
http://www.selenic.com/mercurial/
Mercurial seems to be more popular than Bazaar, and is similar in many
many ways, but I find it to always require a bit more configuration
file hacking and looking up stuff in the manual.
http://git.or.cz/
I haven't used git, it will apparently make you very smart.
What a DVCS does it let you more easily branch and commit changes
without requiring a server or disrupting other developers. They still
support using them as if there were a "central repository", if you
feel you need that.
If none of these appeal to you, then you should use Subversion. There
are many graphical clients (Xcode has support, as well as http://versionsapp.com/
and http://www.zennaware.com/cornerstone/, plus some open source
ones) if you want to avoid using the command line on a daily basis.
I would in no way, and in no circumstances, recommend CVS! If it's not
dead yet, I don't know what's keeping it.
hope this helps,
-natevw
_______________________________________________
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