ProjectsUsingMonotone

A number of projects use monotone. Some of them are listed here.

It's especially nice to list big cool projects that make us look good, but remember that most projects are small, and potential users would probably like to see that people use monotone for small or personal things too!

Actually, it is better to show database rather than project statistics, because on this page we also want to show how Monotone scales. In the table below, when a database contains several projects, we say so. The statistics are for the database, and include the revisions imported from any previous version control systems.

NOTE: these numbers are updated at various times, so some projects might have outdated information

(sorted by revisions*files)

Project

notes

revisions

files

commits/month

First commit

Last update

Other projects in database

[WWW] Xaraya

1

±33900

±58300

552

2002-09-28

2007-10-14

[WWW] OpenEmbedded

±23000

±14600

754

2005-06-30

2008-01-30

[WWW] NSLU2-Linux

[WWW] Pidgin (formerly Gaim)

~23900

±6500

250

2000-03-23

2008-01-30

[WWW] monotone

2

~13800

~7740

258

2003-09-04

2008-01-30

[WWW] Botan

[WWW] Remobo

±1415

±39445

~30

2005-11-23

2008-03-16

[WWW] I2P

7

~4000

~6000

~100

2004-04-08

2008-10-27

[WWW] Trig

3

±7948

±2995

±637

2006-05-09

2007-01-30

[WWW] ConquerSpace

2392

4449

~88

2005-11-26

2008-01-30

private projects (total ~6717 revisions)

[WWW] Ada-France

~1390

~1270

74

2006-07-14

2008-01-30

[WWW] Lovelace OS

[WWW] GoTT

±1716

±800

±100

2005-07-08

2007-01-13

[WWW] Ajisai

2

770

1118

45

2006-05-18

2007-10-14

[WWW] Botan

[WWW] Syndie

8

676

696

55

2006-10-12

2007-10-14

[WWW] PacketFence

514

564

80

2006-10-02

2008-06-17

[WWW] ATF

504

409

±60

2007-06-25

2008-02-06

[WWW] Dropbear SSH

±250

±600

few

[WWW] guitone

2

640

214

30

2006-04-06

2008-01-30

[WWW] CTWM

±300

±350

low traffic

[WWW] Pantomime and [WWW] GNUMail

150

781

8

2006-04-29

2007-10-14

[WWW] Bonsai

2,5

87

398

4

2005-12-18

2007-10-23

[WWW] MetaTheme

?

?

?

2006-09-26

[WWW] Clarens

4

?

?

?

2005-08-09

2006-12-13

[WWW] NetCrypto

?

?

?

?

?

[WWW] Peter Todd's Art Projects

±1500

?

±100

2007-05-01

2007-09-09

[WWW] Neurospaces

6

±2000

±2000

±30

2006-09-07

2008-10-14

  1. Aggregate number for Xaraya core, languages, themes and modules (4 different databases).

  2. Not counting private branches

  3. Only the main branch of the main app

  4. Refuses connections; server down?

  5. mtn.bonsai.com

  6. switched from prcs to mtn, 5 active databases, see also [WWW] http://code.google.com/p/neurospaces/wiki/NeurospacesRepository

  7. switched from CVS to mtn about half a year ago

  8. can now be found in the i2p.syndie branch of the I2P repo

Tips

To find the earliest revision in a database, use this query:

mtn db execute 'select value from revision_certs where name="date" order by value limit 1'

To find the latest revision in a database, use the same query in descending order:

mtn db execute 'select value from revision_certs where name="date" order by value desc limit 1'

last edited 2008-10-27 20:59:06 by welterde