]> sipb.mit.edu Git - ikiwiki.git/blob - doc/rcs/monotone.mdwn
web commit by http://natalian.org/
[ikiwiki.git] / doc / rcs / monotone.mdwn
1 [monotone](http://monotone.ca/) is a distributed revision control system.
2 Ikiwiki supports storing a wiki in Monotone and editing it using the [[cgi]] interface.
3 It will use the Monotone logs to generate the [[RecentChanges]] page.
4
5 The monotone support requires the Monotone perl module (from the contrib/ directory
6 in the monotone source) to be installed. In particular, it needs version 0.03 or higher of that module.
7 The module is available from the monotone source repository at:
8 <http://viewmtn.angrygoats.net/branch/changes/net.venge.monotone>
9
10 Monotone support works, but there are still a few minor missing bits (listed here so they are not forgotten):
11
12 * At the moment there are no links to display diffs between revisions.  It shouldn't be hard to add links to a [ViewMTN](http://grahame.angrygoats.net/moinmoin/ViewMTN) instance, but it hasn't been done yet.
13 * The [[post-commit]] hook support, so that Ikiwiki sends change notifications when people commit using Monotone rather than the web interface, is partially implemented and untested.
14 * Documentation (this page) could be improved.
15
16 There is also a mismatch between the way Ikiwiki handles conflicts and the way Monotone handles conflicts.  At present, if there is a conflict, then Ikiwiki will commit a revision with conflict markers before presenting it to the user.  This is ugly, but there is no clean way to fix it at present.