Hi all -- My company loves Trac for issue tracking as it has just the right 
amount of features without being too overblown. We also love GitHub for 
source control. I am trying to implement a custom Trac installation to 
remove our dependency on the company providing that service currently, but 
am having trouble figuring out how to make GitHub talk to Trac.

At a minimum, I want to be able to push to GitHub and have Trac 
automatically update its local copy of the repository and update any 
tickets mentioned in the commit message.

I have tried a few different plugins:

https://github.com/mitar/trac-githubsync (Didn't seem to install correctly, 
or at least didn't show up in the plugins list in trac.)
https://github.com/davglass/github-trac (Similar problem)
https://github.com/aaugustin/trac-github (Installed, but having issues as 
noted here: https://github.com/aaugustin/trac-github/issues?state=open)

The main thing I seem to be fighting is that the plugins add a new handler 
for GitHub to hit in a commit, but it doesn't seem to get registered. The 
way my trac is configured, the URL would be something like 
http://mydomain.com/cgi-bin/trac.fcgi/github, but I just get a "No handler 
matched request to /github" error there.

This is my first time trying to configure a custom install, so maybe I'm 
missing something basic here, any advice would be welcome.

thanks,
-josh

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to