Hi, I'm Paul, but you can also call me Todd and I won't get upset.
Paul.Todd | 04 March, 2009 10:21
Since it was recently announced the Symbian Foundation will be using Mercurial as their SCM.
(Instead of GIT :( ) I though I would post up a crib sheet on using mercurial to get a head start on using it.
Follow the link...
Symbian C++ |
Next |
Previous |
Comments (2) |
Trackbacks (0)
Sorcery-ltd | 05/03/2009, 11:12
Mercurial is (supposed to be) easier to learn and use than Git. Git is more powerful but also more fragile and tempramental (if a piece of software can be) - it requires greater care and maintenance.
I think the Linux kernel community went with Git because Linus wrote it - it fits his style (e.g. no debuggers perferable etc) of making it complex to get into, so there's a sort of ability and dedication test involved in just getting started in the kernel community.
I'm all for the move to distributed version control but it would have been nice if everyone used the same. Since Qt had already decided on Git, it would have been better for the SF to do the same IMO. So I agree with you both, although not necessarily because I think Git is a better solution.
Rationale?
bjoto | 04/03/2009, 12:21
Does SF have any rationale for choosing Hg instead of GIT?
I would, like you, prefer GIT...