aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/multiple_simultaneous_rcs.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@wren.kitenet.net>2007-10-28 20:24:02 -0400
committerJoey Hess <joey@wren.kitenet.net>2007-10-28 20:24:02 -0400
commite8c35b7a2164a340d8096f8ded0ab796a7097697 (patch)
tree3e3d89bacdfc6be6e23efff037c2e465a5089c1d /doc/todo/multiple_simultaneous_rcs.mdwn
parent7d72a2a67a13e2d72e0b880d94c215d44b1768ea (diff)
downloadikiwiki-e8c35b7a2164a340d8096f8ded0ab796a7097697.tar
ikiwiki-e8c35b7a2164a340d8096f8ded0ab796a7097697.tar.gz
web commit by http://harningt.myopenid.com/
Diffstat (limited to 'doc/todo/multiple_simultaneous_rcs.mdwn')
-rw-r--r--doc/todo/multiple_simultaneous_rcs.mdwn26
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/todo/multiple_simultaneous_rcs.mdwn b/doc/todo/multiple_simultaneous_rcs.mdwn
new file mode 100644
index 000000000..f371bb1f4
--- /dev/null
+++ b/doc/todo/multiple_simultaneous_rcs.mdwn
@@ -0,0 +1,26 @@
+One useful item would be support for multiple RCS systems simultaneously.
+
+Example:
+
+* root refs: git://.... branch wiki
+* master refs: git://..... branch master
+* dev refs: git://.... branch dev
+
+I'm not sure how the mechanics would work out for choosing between what to refs and managing branch self-references (though doesn't ikiwiki do something like this:
+
+* 1
+ * a
+ * j
+ * b
+ * Page : refs a/j
+* 2
+ * a
+ * j
+ * b
+* a
+ * j
+
+Ikiwiki checks: 1/b/a/j, then 1/a/j and succeeds...
+
+
+The new git subprojects might work, but I've had trouble making them work sanely in the past...