diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2007-10-24 22:21:06 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2007-10-24 22:21:06 -0400 |
commit | 6a647437379cdf883aa825d40ce0f23e95df17e7 (patch) | |
tree | bd8dee87aedb0086cfc69f2a2f6f325a27a2d06f /doc/rcs | |
parent | f60c3cb0465c5bb2c53eedb2f93b4f25d1e26a83 (diff) |
ikiwiki is now stored in a git repository
Note that all the sha1s did change from those in the earlier ikiwiki git
repos gated from svn. Thank you, git-svnimport, for the pain.
Diffstat (limited to 'doc/rcs')
-rw-r--r-- | doc/rcs/svn.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/rcs/svn.mdwn b/doc/rcs/svn.mdwn index cd35511c0..f8c44b6eb 100644 --- a/doc/rcs/svn.mdwn +++ b/doc/rcs/svn.mdwn @@ -1,7 +1,7 @@ [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. +used without one, using it with Subversion or another revision control +system is recommended. 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 |