2006-08-23 22:44:44 +02:00
|
|
|
[Subversion](http://subversion.tigris.org/) is a revision control system. While ikiwiki is relatively
|
|
|
|
independent of the underlying revision control system, and can easily be
|
2007-10-25 04:21:06 +02:00
|
|
|
used without one, using it with Subversion or another revision control
|
|
|
|
system is recommended.
|
2006-03-26 07:31:24 +02:00
|
|
|
|
2006-06-02 07:32:20 +02:00
|
|
|
Ikiwiki can run as a [[post-commit]] hook to update a wiki whenever commits
|
|
|
|
come in. When running as a [[cgi]] with Subversion, ikiwiki automatically
|
|
|
|
commits edited pages to the subversion repostory, and uses the Subversion
|
|
|
|
log to generate the [[RecentChanges]] page.
|