diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-06-02 05:32:20 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-06-02 05:32:20 +0000 |
commit | 30afedcfe2799bb6cc4bf329bd273ad9d8dd6da3 (patch) | |
tree | 900d3e110a304973171b47d40977b29db24d5e7c /doc/subversion.mdwn | |
parent | c0f8126143852a2b1e47e2b8a7310ef6bd43bf18 (diff) | |
download | ikiwiki-30afedcfe2799bb6cc4bf329bd273ad9d8dd6da3.tar ikiwiki-30afedcfe2799bb6cc4bf329bd273ad9d8dd6da3.tar.gz |
* Add support for using git instead of subversion as the RCS backend,
tremendous thanks to Recai Oktaş for this.
* Doc updates for git.
Diffstat (limited to 'doc/subversion.mdwn')
-rw-r--r-- | doc/subversion.mdwn | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/subversion.mdwn b/doc/subversion.mdwn index 51fc5f485..47cdba450 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. +independant 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. +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. |