[gitorious] Merge Request error when trying to show diffs

2013-05-23 Thread Chris Holden
We have a merge request that has been requested, but when we go to view the Commit differences we get: An error has occured. Please try again later. Any pointers on how to resolve this? Thanks -Chris Holden -- -- To post to this group, send email to gitorious@googlegroups.com To unsubscribe

Re: [gitorious] Merge Request Error

2012-07-02 Thread Sebastian Noack
Hi, I got the same problem and was able to fix it. I wrote a wrapper script for git [1] in order to trace all calls into a log file. Thereby I found following error, that occurred every time when creating a merge request: git

Re: [gitorious] Merge Request Error

2011-06-09 Thread Marius Mårnes Mathiesen
On Wed, Jun 8, 2011 at 3:20 PM, Pedro Kiefer pkie...@gmail.com wrote: Not really, I have at least 1Gb of free memory (4Gb total), and more 8Gb of free swap, which should be more than enough for my small server. So I'm really clueless here. Maybe the refactoring that Christian is doing on the

Re: [gitorious] Merge Request Error

2011-06-08 Thread Pedro Kiefer
Not really, I have at least 1Gb of free memory (4Gb total), and more 8Gb of free swap, which should be more than enough for my small server. So I'm really clueless here. Maybe the refactoring that Christian is doing on the ActiveMessaging will solve this, I'll wait for it to be mainlined. On

Re: [gitorious] Merge Request Error

2011-06-07 Thread Pedro Kiefer
Same error when I created a project and repository using gitorious only. refs/merge-requests doesn't get created on the repositories neither. On Tue, Jun 7, 2011 at 10:58 AM, Pedro Kiefer pkie...@gmail.com wrote: I'm having the same problem on my local gitorious install, at least on the

Re: [gitorious] Merge Request Error

2011-04-28 Thread Marius Mårnes Mathiesen
Ryan, What puzzles me now is that your message_processing.log doesn't contain any traces of the merge request being processed, let's focus on that now. When a merge request is created (or rather, its `confirmed_by_user` method is called, which happens when it's created), a message is sent to the

Re: [gitorious] Merge Request Error

2011-04-27 Thread Marius Mårnes Mathiesen
On Tue, Apr 26, 2011 at 6:27 PM, Ryan Linneman rlinne...@gmail.com wrote: I've setup a private install of gitorious on ubuntu following Christians guide at http://cjohansen.no/en/ruby/setting_up_gitorious_on_your_own_server. Almost everything seems to be functional now. I can seem to find