aboutsummaryrefslogtreecommitdiff
path: root/doc/rcs
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-09-09 18:23:40 -0400
committerJoey Hess <joey@kitenet.net>2010-09-09 18:23:40 -0400
commit57f9dd2e1aecfa718899f0626d1da1fef9eead49 (patch)
tree506c68343dd224a1655fd5d47a2b5dc0332f4fe3 /doc/rcs
parent074c9869f3223387e636d1bcea8276c49ef12fda (diff)
parent62672f88cdae1fcc811d7fe99fbafc678d2a857a (diff)
downloadikiwiki-57f9dd2e1aecfa718899f0626d1da1fef9eead49.tar
ikiwiki-57f9dd2e1aecfa718899f0626d1da1fef9eead49.tar.gz
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Diffstat (limited to 'doc/rcs')
-rw-r--r--doc/rcs/svn/discussion.mdwn11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/rcs/svn/discussion.mdwn b/doc/rcs/svn/discussion.mdwn
index 426735182..7d683d050 100644
--- a/doc/rcs/svn/discussion.mdwn
+++ b/doc/rcs/svn/discussion.mdwn
@@ -11,3 +11,14 @@ can act upon them sequentially, or (2) optionally divorce the `ikiwiki
I'm not aware of web servers, at least apache, killing cgi processes when
the user stops a page load. If this is happening ikiwiki should be able to
avoid it by blocking whatever signal is causing it to terminate. --[[Joey]]
+
+Just as an experiment, I tried running ikiwiki using a *remote* repository,
+i.e. via "svn+ssh". After setting up the repo and relocating the working copy,
+unfortunately, it doesn't work; editing a page gives the error:
+
+Error: no element found at line 3, column 0, byte 28 at /opt/local/lib/perl5/vendor_perl/5.10.1/darwin-multi-2level/XML/Parser.pm line 187
+
+I *think* this is because, despite a SetEnv directive in the apache configuration,
+the CGI wrapper is expunging SVN_SSH from the environment (based on perusing
+the source of Wrapper.pm and looking at "envsave" there at the top).
+Is this the case? --Glenn