X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/43a05ad618e61908d66c737a31da33f88a632e4d..4cac43981e0b68e0efe5c6ac6cb902c2d3e5ce15:/doc/subversion.mdwn diff --git a/doc/subversion.mdwn b/doc/subversion.mdwn index 51fc5f485..7cb994c1a 100644 --- a/doc/subversion.mdwn +++ b/doc/subversion.mdwn @@ -1,4 +1,9 @@ -Subversion is a revision control system. While ikiwiki is relatively -independant of the underlying revision control system, and can easily be used without one, using it with Subversion is recommended. +[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 +used without one, using it with Subversion is recommended since it's how +the author uses it. ([[Git]] is another option.) -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. +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.