Pysvn plugin for Trac
THIS PLUGIN IS EXPERIMENTAL ALPHA VERSION YET.
DO NOT USE THIS IF YOU ARE NOT A CHALLENGER. :-)
pysvn-plugin is version control backend of Trac using pysvn. This is an alternative of standard svn backend (svn_fs) allowing remote repository access.
Note that this backend is very slow because it requires many URL access for trac operation on browser. And heavily slow on first sync.
Because current version use standard caching mechanism, I never recommend using this plugin except test purpose.
In future version, it might be improved by customizing cache mechanism.
Current Status
Almost work but not yet fully compatible with standard svn_fs backend. I'm still testing by comparing result of two backend.
