Hi,

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).

Am I right?

Cheers,
Manu
_______________________________________________
Trac-dev mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-dev

Reply via email to