Menu

Commit [r6048]  Maximize  Restore  History

The `SubversionConnector` now lazily imports the SVN bindings, so that:

* the bindings are not loaded when the versioncontrol components are disabled, as they are known to cause problems with multiple subinterpreters (for example with mod_python or mod_wsgi).
* the exact exception with import failures can be logged, which can be important to figure out installation problems.
Closes #6102. Many thanks to Manuzhai for the patch.

cmlenz 2007-10-02

changed /trunk/trac/versioncontrol/svn_fs.py
changed /trunk/trac/versioncontrol/tests/svn_fs.py
/trunk/trac/versioncontrol/svn_fs.py Diff Switch to side-by-side view
Loading...
/trunk/trac/versioncontrol/tests/svn_fs.py Diff Switch to side-by-side view
Loading...