diff options
author | Joey Hess <joey@kitenet.net> | 2010-09-09 18:24:49 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-09-09 18:24:49 -0400 |
commit | fb9019a9dab686a931bc5e9549bc08c672f202f4 (patch) | |
tree | b786653f42f36d171ee3fe1f7ed51d8d7f3e2f78 /doc/rcs | |
parent | 57f9dd2e1aecfa718899f0626d1da1fef9eead49 (diff) | |
download | ikiwiki-fb9019a9dab686a931bc5e9549bc08c672f202f4.tar ikiwiki-fb9019a9dab686a931bc5e9549bc08c672f202f4.tar.gz |
response
Diffstat (limited to 'doc/rcs')
-rw-r--r-- | doc/rcs/svn/discussion.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/rcs/svn/discussion.mdwn b/doc/rcs/svn/discussion.mdwn index 7d683d050..887b5c4a2 100644 --- a/doc/rcs/svn/discussion.mdwn +++ b/doc/rcs/svn/discussion.mdwn @@ -22,3 +22,6 @@ I *think* this is because, despite a SetEnv directive in the apache configuratio 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 + +> That seems likely. You can edit Wrapper.pm and add `SVN_SSH` to the +> `@envsave` list and rebuild your wrappers to test it. --[[Joey]] |