X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/5edddf87caf566546c8d8e29c45950ee9408dc0c..7ec968caa1aa7dbf2fe27470fbaddd8cbb6efb41:/doc/forum/using_svn%20ssh_with_ikiwiki.mdwn/git.ikiwiki.info.git/blobdiff_plain/5edddf87caf566546c8d8e29c45950ee9408dc0c..7ec968caa1aa7dbf2fe27470fbaddd8cbb6efb41:/doc/forum/using_svn+ssh_with_ikiwiki.mdwn diff --git a/doc/forum/using_svn+ssh_with_ikiwiki.mdwn b/doc/forum/using_svn+ssh_with_ikiwiki.mdwn index ce271722c..8d9c27e46 100644 --- a/doc/forum/using_svn+ssh_with_ikiwiki.mdwn +++ b/doc/forum/using_svn+ssh_with_ikiwiki.mdwn @@ -7,3 +7,5 @@ I think this is because, despite a SetEnv directive in the apache configuration, > That seems likely. You can edit Wrapper.pm and add SVN_SSH to the @envsave list and rebuild your wrappers to test it. --Joey A better way(?) would be to add a plugin to set the SVN_SSH variable at the appropriate moment (or even to add this to the SVN plugin). What kind of hook should this be; it needs to run just *after* the CGI script cleans its environment? --[[Glenn|geychaner@mac.com]] + +Actually, this probably doesn't need to be a plugin; setting SVN_SSH in ENV can probably be done through the setup file. (Right?) --[[Glenn|geychaner@mac.com]]