aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/Monotone_rcs_support.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-08-03 06:06:21 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-08-03 06:06:21 +0000
commit187702557df8864ab02b8c30820a893497b33ad7 (patch)
treebf8b8eba8ea890161591662dc89de5cccbd7fa87 /doc/bugs/Monotone_rcs_support.mdwn
parentb95ffff77a0fcba6e0f9e22147a5e569e6ece20b (diff)
downloadikiwiki-187702557df8864ab02b8c30820a893497b33ad7.tar
ikiwiki-187702557df8864ab02b8c30820a893497b33ad7.tar.gz
web commit by http://willu.myopenid.com/: Add a report linking to initial Monotone support.
Diffstat (limited to 'doc/bugs/Monotone_rcs_support.mdwn')
-rw-r--r--doc/bugs/Monotone_rcs_support.mdwn10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/bugs/Monotone_rcs_support.mdwn b/doc/bugs/Monotone_rcs_support.mdwn
new file mode 100644
index 000000000..fcf3b0d10
--- /dev/null
+++ b/doc/bugs/Monotone_rcs_support.mdwn
@@ -0,0 +1,10 @@
+#Ikiwiki plugin for the Monotone revision control system.
+
+I've just made a patch to the ikiwiki code that allows it to use the [Monotone](http://monotone.ca/) revision control system. It is available at:
+
+<http://www.cse.unsw.edu.au/~willu/monotone-ikiwiki.diff>
+
+At the moment it supports basic committing and listing recent changes. It does not support rcs_notify() or rcs_getctime() yet. Moreover,
+while there is support for simultaneous commits (e.g. conflicts), it is untested and if it happens to work would leave the repository in an unmerged state.
+
+But it is better than nothing.