We looked at Monotone last year
Posted Apr 6, 2005 22:13 UTC (Wed) by
emk (subscriber, #1128)
In reply to:
Linus on the BK withdrawal by mvirkkil
Parent article:
Linus on the BK withdrawal
Monotone has an clever, completely decentralized repository model. This makes it easier to handle large numbers of branches and forks. Plus, Monotone scales relatively well, which isn't always true of products like GNU Arch.
(Subversion scales quite well, except for the networking protocol, which is substantially inferior to CVS for initial checkouts and exports. Fortunately, Subversion doesn't do much networking for updates or commits, so it scales well for common operations.)
Monotone is also written in an usually clean C++ style, which makes it easy to improve.
I evaluated many open source version control tools last year, and I was impressed by Monotone. It's not quite ready for prime time, but it's getting there.
(
Log in to post comments)