After a lot of failed attempts using Rails to install Redmine on OS 10.6 Server, I finally found away to do it using the Bitnami Rubystack + Redmine module.

Now redmine is up and running, I've hit another hurdle with Git integration. I can't get Redmine to integrate with Git at all.

Using rubyconsole in Rubystack, I followed the Git specific instructions about creating a bare repository.

Still, when I try adding the repository to a project in Redmine, I see a 404 warning when I click on the main Repository tab:

404 - The entry or revision was not found in the repository.

and when I click on the Settings > Repository > Users icon, I get:

Select or update the Redmine user mapped to each username found in the repository log. Users with the same Redmine and repository username or email are automatically mapped.

The username & email I am using for the Redmine account is the same as for the git account.

All the other questions on stack overflow and the web I've found are from people who have already gotten past this step and have successfully linked a git repository to Redmine. Can anybody offer any advice?

link|improve this question
Is your "Path to .git directory" correct, as in "/var/redmine/git_repositories/donebox.git/" ? – VonC Jun 14 '11 at 14:49
It's installed on top of rubystack so redmine sits inside an apps folder. There is no var folder. I set the path to: /apps/redmine/git_repositories/donebox.git/ I even tried this too (out of desperation): /Applications/rubystack-2.2-0/apps/redmine/git_repositories/donebox.git/ – noodl_es Jun 14 '11 at 15:02
The var folder is not important (it was just an example). Only the exact full path to a .git directory. If you can make an 'ls' of that full path from a shell, it should be good. – VonC Jun 14 '11 at 15:11
feedback

1 Answer

I just wrote a quick guide to configure Redmine for advanced integration with Git. I think could be helpful for you.

http://wiki.bitnami.org/Applications/BitNami_Redmine_Stack#How_to_configure_Redmine_for_advanced_integration_with_Git

Please post if you have any question or suggestion to continue improving the guide.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.