X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/a27ab08b622c253a8545fa8f514e031275820a7d..fb9019a9dab686a931bc5e9549bc08c672f202f4:/doc/rcs/svn/discussion.mdwn 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]]