diff options
author | https://www.google.com/accounts/o8/id?id=AItOawngqGADV9fidHK5qabIzKN0bx1ZIfvaTqs <Glenn@web> | 2010-09-12 22:53:01 +0000 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-09-12 22:53:01 +0000 |
commit | 62c2fdbb257720cdbb79415437a3a312e5277ce6 (patch) | |
tree | 70c8c2585731206b04eded726b26f311eb3cebe2 /doc/forum | |
parent | f6127eb9fa53d375f6ad3d079c75a279c268e9cd (diff) |
Hopefully solve it myself, based on comments found elsewhere.
Diffstat (limited to 'doc/forum')
-rw-r--r-- | doc/forum/using_svn+ssh_with_ikiwiki.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
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]] |