]> sipb.mit.edu Git - ikiwiki.git/blob - doc/subversion.mdwn
further refinement
[ikiwiki.git] / doc / subversion.mdwn
1 [Subversion](http://subversion.tigris.org/) is a revision control system. While ikiwiki is relatively
2 independent of the underlying revision control system, and can easily be
3 used without one, using it with Subversion is recommended since it's how
4 the author uses it. ([[Git]] is another option.)
5
6 Ikiwiki can run as a [[post-commit]] hook to update a wiki whenever commits
7 come in. When running as a [[cgi]] with Subversion, ikiwiki automatically
8 commits edited pages to the subversion repostory, and uses the Subversion
9 log to generate the [[RecentChanges]] page.