]> sipb.mit.edu Git - ikiwiki.git/blob - doc/todo/multiple_simultaneous_rcs.mdwn
Fix links
[ikiwiki.git] / doc / todo / multiple_simultaneous_rcs.mdwn
1 One useful item would be support for multiple RCS systems simultaneously.
2
3 Example:
4
5 * root refs: git://.... branch wiki
6 * master refs: git://..... branch master
7 * dev refs: git://.... branch dev
8
9 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:
10
11 * 1
12   * a
13      * j
14   * b
15      * Page : refs a/j
16 * 2
17   * a
18      * j
19   * b
20 * a
21   * j
22
23 Ikiwiki checks: 1/b/a/j, then 1/a/j and succeeds...
24
25
26 The new git subprojects might work, but I've had trouble making them work sanely in the past...