Re: Issue 2811 in reviewboard: Problem to add a Git Stash reviewboard repository

2012-12-24 Thread reviewboard
Updates: Labels: Component-SCMTools Comment #1 on issue 2811 by trowb...@gmail.com: Problem to add a Git Stash reviewboard repository http://code.google.com/p/reviewboard/issues/detail?id=2811 (No comment was entered for this change.) -- You received this message because you

Issue 2811 in reviewboard: Problem to add a Git Stash reviewboard repository

2012-12-03 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 2811 by sylvain@radialpoint.com: Problem to add a Git Stash reviewboard repository http://code.google.com/p/reviewboard/issues/detail?id=2811 * NOTE: For customer support, please post

Re: GIT with reviewboard

2012-03-29 Thread Vivek
When did you exactly get the error? Did you get 500 or 503 error? I got 503 error initially but I figured out that reviewboard was trying to use the proxy setting (http_proxy) whereas the server is on local network. So, i unset the http_proxy to get around this problem. On Mar 28, 10:49 am,

Re: GIT with reviewboard

2012-03-29 Thread Vivek
I took the former approach and copied the pre-generated ssh keys in reviewboard using admin UI. I have not configured any mirror path on the server as i want reviewboard to use gitweb interface to access files from remote git repository. -Vivek On Mar 29, 11:56 am, Donovan Sydow

Re: GIT with reviewboard

2012-03-28 Thread Vivek
I am getting the following error. Similar error has been posted before on the mailing list but I think that was way back in 2010. As per my understanding, git integration has improved with reviewboard. Can anyone explain me the root-cause and the suggested solution for the same?

Re: GIT with reviewboard

2012-03-28 Thread Donovan Sydow
I've been trying to get the same configuration (git via ssh managed by gitosis) working successfully for me. Unfortunately, I have been unable to add the repository in the server without it throwing a 500 error instantly. I would certainly love to here how it works out for you, and what

Re: GIT with reviewboard

2012-03-28 Thread vinay polisetti
I can understand that there is something wrong the way you have configured the repositories in git. Better to have a local clone (make sure that no-body modifies it using git clone --no-checkout) and add a 'git fetch' git.py in scmtools/git.py to update this local clone -Vin On Wed, Mar 28,

GIT with reviewboard

2012-03-27 Thread Vivek
Hi, I am trying to setup reviewboard server to work with GIT repository. We have a central GIT repository managed by gitosis (ssh based tool). My reviewboard server setup seems ok. But I am a little confused with uploading the code review on it as the documentation on reviewboard site seems out