The GNOME DVCS survey
Posted Jan 5, 2009 23:11 UTC (Mon) by
lambda (subscriber, #40735)
In reply to:
The GNOME DVCS survey by ncm
Parent article:
The GNOME DVCS survey
Monotone is used by very few projects these days. It had a pioneering design, but several
implementation and interface problems that made it not very suitable for doing real work (the
fact that Git is easier to use than Monotone, at least the last time I tried it, says a lot).
Here is the currently listed set of steps for checking out the Monotone source code:
$ mtn --db=mtn.db db init
$ mtn --db=mtn.db pull monotone.ca "net.venge.monotone*"
$ mtn --db=mtn.db checkout -r t:monotone-0.28 monotone
Compared to the steps for Git, Hg, and Bzr:
$ git clone git://git.kernel.org/pub/scm/git/git.git
$ hg clone http://selenic.com/hg mercurial-repo
$ bzr branch http://bazaar-vcs.org/bzr/bzr.dev bzr.dev
Add on the fact that the data format changes on each release and thus requires a migration, that
it's fairly slow, and it just isn't really competitive with the other options these days.
(
Log in to post comments)