Comment 6 for bug 388911

Revision history for this message
Aaron Fellin (fellaaron) wrote : Re: Unsupported version control system "git"

Nothing seemed to help except for installing TracGit from source. Revision 6401 worked like a charm for me.

~# svn co http://trac-hacks.org/svn/gitplugin/0.11 gitplugin
~# cd gitplugin
~/gitplugin# mkdir /usr/lib/python2.6/site-packages
~/gitplugin# PYTHONPATH=/usr/lib/python2.6/site-packages ./setup.py install -prefix /usr
...
Using /usr/lib/python2.6/dist-packages
Finished processing dependencies for TracGit==0.11.0.2
~/gitplugin#

(/usr/local is a read-only fs on this machine, so we had to install to /usr for now).