Hopefully solve it myself, based on comments found elsewhere.
authorhttps://www.google.com/accounts/o8/id?id=AItOawngqGADV9fidHK5qabIzKN0bx1ZIfvaTqs <Glenn@web>
Sun, 12 Sep 2010 22:53:01 +0000 (22:53 +0000)
committerJoey Hess <joey@kitenet.net>
Sun, 12 Sep 2010 22:53:01 +0000 (22:53 +0000)
doc/forum/using_svn+ssh_with_ikiwiki.mdwn

index ce271722c89245351cd1ee91164df71d7d1223bc..8d9c27e4601db58807a999fce01468e898a039c3 100644 (file)
@@ -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]]