0.10 is now two full releases out of date. Even if you do find a version of the git plugin that works with it, I doubt it will work well since I know some changes were made to the VC APIs in 0.11 to better accommodate non-SVN backends.

--Noah

On Nov 19, 2010, at 12:42 AM, Tom Gamble wrote:

Hi,

I'm attempting to get trac up and running with the git plugin installed
via rpm from the epel repo on a Centos 5.5 system.

# rpm -qa | grep trac-
trac-git-plugin-0.0.1-5.20090628svn3369.el5
trac-0.10.5-3.el5


After doing some trac initialisation I tried to access trac
http://my.FQDN.org/trac and get back the error

Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 406, in dispatch_request
   dispatcher.dispatch(req)
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 191, in dispatch
   chosen_handler = self._pre_process_request(req, chosen_handler)
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 263, in _pre_process_request
   chosen_handler = f.pre_process_request(req, chosen_handler)
File "/usr/lib/python2.4/site-packages/trac/versioncontrol/api.py", line 73, in pre_process_request
   self.get_repository(req.authname).sync()
File "/usr/lib/python2.4/site-packages/trac/versioncontrol/api.py", line 91, in get_repository
   raise TracError('Unsupported version control system "%s". '
TracError: Unsupported version control system "git". Check that the
Python bindings for "git" are correctly installed.

I can't find any documentation on what I need to do to get the plugin to
work.

The trac plugin directory is empty and I can't find any documentation on
what need to be done to make trac aware of the plugin.

git itself is working fine as far as I can tell.

Can anyone on the list point me at some documentation on getting this to
work.  Google has been no help :-(

regards,
tom.

--
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to trac-users+unsubscr...@googlegroups.com . For more options, visit this group at http://groups.google.com/group/trac-users?hl=en .


--
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.

Reply via email to