On Mon, 2006-07-31 at 17:43 +0200, Emmanuel Blot wrote: > I might be wrong, but it seems that we have an issue with hook > scripts, when the project is using egg-based plugins. > > Eggs are normally unzipped in the PYTHON_EGG_CACHE directory, which is > defined in the web server configuration file. > However, when a trac hook script is invoked from the SVN hook handler, > this variable is not defined, which leads to unzip the egg files in > the defaut cache directory, which may not be writable (and which is > not the expected directory anyway).
Yes, I suppose that could happen. But PYTHON_EGG_CACHE is just an environment variable. It can easily be set in the hook script. -- Matthew Good <[EMAIL PROTECTED]> _______________________________________________ Trac-dev mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac-dev
