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/bugs | |
parent | 764d91b6befacfca98676519b90a0c257d17f177 (diff) |
reorg all the pages about rcs backends. Fix all links
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/Monotone_rcs_support.mdwn | 2 | ||||
-rw-r--r-- | doc/bugs/ikiwiki.setup_require_blank_rcs_to_work_as_cgi_only.mdwn | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/bugs/Monotone_rcs_support.mdwn b/doc/bugs/Monotone_rcs_support.mdwn index 9514472ee..11f93f11b 100644 --- a/doc/bugs/Monotone_rcs_support.mdwn +++ b/doc/bugs/Monotone_rcs_support.mdwn @@ -1,6 +1,6 @@ #Ikiwiki plugin for the Monotone revision control system. -I've just made a patch to the ikiwiki code that allows it to use the [Monotone](http://monotone.ca/) revision control system. It is available at: +I've just made a patch to the ikiwiki code that allows it to use the [[rcs/Monotone]] revision control system. It is available at: <http://www.cse.unsw.edu.au/~willu/monotone-ikiwiki.diff> diff --git a/doc/bugs/ikiwiki.setup_require_blank_rcs_to_work_as_cgi_only.mdwn b/doc/bugs/ikiwiki.setup_require_blank_rcs_to_work_as_cgi_only.mdwn index dde6e96d3..8ac6eeb09 100644 --- a/doc/bugs/ikiwiki.setup_require_blank_rcs_to_work_as_cgi_only.mdwn +++ b/doc/bugs/ikiwiki.setup_require_blank_rcs_to_work_as_cgi_only.mdwn @@ -24,7 +24,7 @@ Should it be documented ? >> push changes back. What I do is use svk, which is a distributed RCS based on svn, edit using text editors on my >> laptop, and periodically `svk push` up to the server, which triggers a rebuild on the server. I think [[Joey]] >> works this way too, but I'm not sure. If you don't like editing pages "by hand" then maybe you should look at ->> [[git]] or [[mercurial]] -- they should theoretically allow you to run apache on a working copy which is itself +>> [[rcs/git]] or [[rcs/mercurial]] -- they should theoretically allow you to run apache on a working copy which is itself >> a branch of a working copy running on another machine, but I haven't used them so I don't know. --Ethan >>> Well, by hand editing is just what I'm making sometime. it's just using subversion, in fact. |