response
authorJoey Hess <joey@kitenet.net>
Thu, 9 Sep 2010 22:24:49 +0000 (18:24 -0400)
committerJoey Hess <joey@kitenet.net>
Thu, 9 Sep 2010 22:24:49 +0000 (18:24 -0400)
doc/rcs/svn/discussion.mdwn

index 7d683d050cc3f9f319c62bd078a4a1e1922870f7..887b5c4a28254284c44b6f8cab65f513bbbf6849 100644 (file)
@@ -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]]