Modify ↓
Opened 16 years ago
Closed 16 years ago
#5455 closed enhancement (invalid)
phpdoc plugin appears to support SVN only, GIT support would be nice.
| Reported by: | Owned by: | Robert Verspuy | |
|---|---|---|---|
| Priority: | normal | Component: | PhpdocPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.11 |
Description
I have trac setup with GIT. When trying to use the phpdoc plugin I get the following error:
2009-07-01 11:42:57,497 Trac[env] WARNING: base_url option not set in configuration, generated links may be incorrect
2009-07-01 11:42:57,497 Trac[main] DEBUG: Dispatching <Request "GET u'/admin'">
2009-07-01 11:42:57,509 Trac[svn_fs] INFO: Failed to load Subversion bindings
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/Trac-0.11.4-py2.5.egg/trac/versioncontrol/svn_fs.py", line 261, in __init__
_import_svn()
File "/usr/lib/python2.5/site-packages/Trac-0.11.4-py2.5.egg/trac/versioncontrol/svn_fs.py", line 74, in _import_svn
from svn import fs, repos, core, delta
ImportError: No module named svn
Is there a GIT version of the plugin in the roadmap?
Attachments (0)
Note: See
TracTickets for help on using
tickets.



The plugin does not use svn or git. The problem with this user was not related to the posted error messages.