If you have a Subversion running including a Trac connection, it’s nice to have the post-commit-hook running, too. With this hook, you can include additional keywords (closes, fixes) in commit-comments which then allow to close, fix etc. tickets. I installed it in the following way. My Subversion directory is in this case /svn and my [...]
Posts Tagged ‘trac’
ImportError: No module named trac.web.modpython_frontend
I just updated my Debian Etch installation to Lenny. I am using Trac on this system and got the following error, when I tried to access it: ImportError: No module named trac.web.modpython_frontend I struggled around a lot and the easy solution was to update the Trac system via easy_install –upgrade Trac
error: Unexpected HTML page found at http://trac-hacks.org/svn/accountmanagerplugin/0.10
I got the following error: error: Unexpected HTML page found at http://trac-hacks.org/svn/accountmanagerplugin/0.10 To fix it, you need to update setuptools via sudo easy_install -U setuptools
Recent Comments