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 wrote: > Thanks

Re: GIT with reviewboard

2012-03-28 Thread Donovan Sydow
Thanks for the reply, I just received a 500 error with a rather cryptic and seemingly unrelated error message. I just did a git clone of my repo and pointed it to the .git directory in the clone as specified in the docs with the mirror path point to the repo, and as soon as I save it comes right ba

Re: GIT with reviewboard

2012-03-28 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, Donov

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, 20

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 configurati

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? thakkar@vivek-desk

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 of