Re: Something broke! (Error 500) after adding new Git repository

2009-07-14 Thread Christian Hammond
Looks like git isn't installed on that server. We're going to put in better error messages for such failure cases in 1.1, but for now, make sure git is installed and in the path. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. -

Re: Something broke! (Error 500) after adding new Git repository

2009-07-14 Thread wezyde
I definitely have Git on the server. I'm using it for many projects. Is is possible that there is an issue with permissions for the apache user? On Jul 14, 2:41 pm, Christian Hammond chip...@chipx86.com wrote: Looks like git isn't installed on that server. We're going to put in better error

Re: Something broke! (Error 500) after adding new Git repository

2009-07-14 Thread Christian Hammond
Actually, it looks like it had trouble with the repository it was configured with. The relevant code is: def __init__(self, path): self.path = path p = subprocess.Popen( ['git', '--git-dir=%s' % self.path, 'config',

Re: Something broke! (Error 500) after adding new Git repository

2009-07-14 Thread wezyde
I just ran... git --git-dir=/var/git/repositories/k2.git config core.repositoryformatversion and it responded with... 0 I'm not a python expert, but hopefully that is the command. In my repository setup I have /var/git/repositories/k2.git Thanks. On Jul 14, 3:03 pm, Christian Hammond

Issue 948 in reviewboard: New Review Request - Something broke! (Error 500)

2009-03-10 Thread codesite-noreply
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 948 by srizzi72: New Review Request - Something broke! (Error 500) http://code.google.com/p/reviewboard/issues/detail?id=948 *NOTE: Do not post confidential information in this bug report.* What's the URL of the page

Issue 948 in reviewboard: New Review Request - Something broke! (Error 500)

2009-03-10 Thread codesite-noreply
Comment #1 on issue 948 by srizzi72: New Review Request - Something broke! (Error 500) http://code.google.com/p/reviewboard/issues/detail?id=948 the error was due to p4python not correctly installed. it's possible to close this issue. -- You received this message because you are listed

<    1   2