Redmine hangs while viewing Git repository
Added by Jayamohan cb over 14 years ago
application hangs when a user tries to view git repository.Server need to be restarted to make redmine application work.
Replies (5)
Redmine hangs while viewing Git repository - Added by Jayamohan cb over 14 years ago
Jayamohan cb wrote:
application hangs when a user tries to view git repository.Server need to be restarted to make redmine application work.Kindly let me know if anybody is having any tips.....
RE: Redmine hangs while viewing Git repository - Added by Felix Schäfer over 14 years ago
What redmine, ruby, rails versions? What rails server do you use (webrick, mongrel, passenger, …)? Is it maybe a somewhat big git repository that hasn't been imported yet?
RE: Redmine hangs while viewing Git repository - Added by Jayamohan cb over 14 years ago
i have installed redmine package(ruby rail appache git...) using bitrock installer.
git repository is little large one around 400MB.but i created a bare repository in the locale machine where redmine packeage runs.
while browsing repo first time , it works properly.but when i tries to change to a different branch, it hangs.Restarting services(redmine, apache, mysql..) doesnot work here.i needs to restart the server
.
RE: Redmine hangs while viewing Git repository - Added by Felix Schäfer over 14 years ago
There are known performance problems with redmine 0.9 and large git repositories and/or git repositories with a lot of commits. I'd advise you to upgrade to 1.0 in which there are some improvements in the git handler, it's not totally final yet (first have to go through a RC), but is stable for a lot of people.
RE: Redmine hangs while viewing Git repository - Added by Toshi MARUYAMA over 14 years ago
Please see #5096.