aboutsummaryrefslogtreecommitdiff
path: root/doc/rcs/svn.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-08-21 04:25:03 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-08-21 04:25:03 +0000
commit74baaeba00c90cd7a027e40e2f6d65695341a0e1 (patch)
tree6439c954ca575ce40bb965745d4cb67bec8f329e /doc/rcs/svn.mdwn
parent764d91b6befacfca98676519b90a0c257d17f177 (diff)
downloadikiwiki-74baaeba00c90cd7a027e40e2f6d65695341a0e1.tar
ikiwiki-74baaeba00c90cd7a027e40e2f6d65695341a0e1.tar.gz
reorg all the pages about rcs backends. Fix all links
Diffstat (limited to 'doc/rcs/svn.mdwn')
-rw-r--r--doc/rcs/svn.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/rcs/svn.mdwn b/doc/rcs/svn.mdwn
new file mode 100644
index 000000000..cd35511c0
--- /dev/null
+++ b/doc/rcs/svn.mdwn
@@ -0,0 +1,9 @@
+[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.
+
+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.