aboutsummaryrefslogtreecommitdiff
path: root/doc/rcs.mdwn
blob: f66b854954e57f85b221fc1d9df5504e2701e663 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[[!meta title="Revision Control Systems"]]

Ikiwiki supports using several revision control systems for storing page
histories. 

Ikiwiki started out supporting only [[Subversion|svn]], but the interface
ikiwiki uses to a revision control system is sufficiently simple and
generic that it can be adapted to work with many systems by writing a
[[plugin|plugins/write]]. [[Subversion|svn]] is still a recommended choice;
[[git]] is another well-tested option.

These are all the supported revision control systems:
[[!inline pages="rcs/* and !*/Discussion and !rcs/details" archive=yes]]

There is a page with [[details]] about how the different systems work with
ikiwiki, for the curious.