diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-21 04:25:03 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-21 04:25:03 +0000 |
commit | 74baaeba00c90cd7a027e40e2f6d65695341a0e1 (patch) | |
tree | 6439c954ca575ce40bb965745d4cb67bec8f329e /doc/subversion.mdwn | |
parent | 764d91b6befacfca98676519b90a0c257d17f177 (diff) | |
download | ikiwiki-74baaeba00c90cd7a027e40e2f6d65695341a0e1.tar ikiwiki-74baaeba00c90cd7a027e40e2f6d65695341a0e1.tar.gz |
reorg all the pages about rcs backends. Fix all links
Diffstat (limited to 'doc/subversion.mdwn')
-rw-r--r-- | doc/subversion.mdwn | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/subversion.mdwn b/doc/subversion.mdwn deleted file mode 100644 index 7cb994c1a..000000000 --- a/doc/subversion.mdwn +++ /dev/null @@ -1,9 +0,0 @@ -[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. |