I am considering moving from svn and Trac to git and Redmine. I\'m just wondering what everyone\'s experience is of this. How well does git integrate with Redmine?
I
I stumbled upon this thread when searching on how to integrate Redmine with Gitorious properly. Since we managed to achieve this and now have some long (or medium) term expierience with it, I thought I'd share it.
We took a different approach than cronjobs, since it was a bit too inflexible for us. We also refer to other tutorials for the installation part of Redmine and Gitorious in our blog post:
http://codepool.at/blog/archives/12
We are using this system for about 5 months now and are pretty happy with it. The only "issue" is that everytime you create a new project in Redmine, you have to run some terminal command so you can connect the project to the repository. Since we are not creating projects en masse, it is just the right approach for us.
I hope this helps!