Project

General

Profile

How to track heroku git repositary in Redmine projects

Added by Josef H about 13 years ago

Hi,
I installed Redmine on Heroku successfully. But now I would like to track heroku git repositories in my projects. If I try to set path to :appname.git, there is message "404 The entry or revision was not found in the repository." in tab "Repository".
Some advice how to set it?
THX a lot.


Replies (3)

RE: How to track heroku git repositary in Redmine projects - Added by Felix Schäfer about 13 years ago

See RedmineRepositories: "Redmine requires a bare and local repository to enable browsing through Redmine."

RE: How to track heroku git repositary in Redmine projects - Added by Josef H about 13 years ago

So only way is run Redmine on own server and Heroku repositary use only for deploy... True?

RE: How to track heroku git repositary in Redmine projects - Added by Felix Schäfer about 13 years ago

I don't know Heroku good enough, but if I remember correctly, Heroku doesn't give you access to the file system, correct? Then there's no "unmessy" way to do it. I guess you could add a folder "repositories" to the redmine root folder and add the git repos you want to see in your redmine to that, but I don't know how well git repos can contain other git repos.

Or to keep it short: Redmine needs a local copy of the repo it can run git commands on, no fu*ing clue how to do it on Heroku.

    (1-3/3)