Re: ReviewBoard Error while posting review for GIT

2010-02-10 Thread Kunjal
Chris, Are you saying repository path field in the RB Admin GUI? I set it as git://mobcom-git.sj.broadcom.com/git_repos/repo_mydroid/vendor.git which is the server path where our repository resides. What do you mean when you say GIT works only on local paths? How do I know developer's local

Re: ReviewBoard Error while posting review for GIT

2010-02-10 Thread Kunjal
Here is the latest try using yesterday night's nightly post-review script. This is the repository path I added in Admin GUI --- git://mobcom-git.sj.broadcom.com/git_repos/repo_tools/scripts.git From the below log, I found this lines confusing: Attempting to create review request on

Re: ReviewBoard Error while posting review for GIT

2010-02-10 Thread Christian Hammond
Hi, Sorry, I'm out of town on vacation and emailing from my phone, do my answers will be brief. Subversion, Perforce, etc. give you the ability to talk to a remote server and request a single file without having a checkout of the whole repository. Git does not. With Git, you must have a full

Re: ReviewBoard Error while posting review for GIT

2010-02-10 Thread Kunjal
THANKS MAN ! Finally I got it working. But my Path in RB server looks like: /projects/mobcom_andrwks_ext2/ users/kaparikh/scripts/.git which is my workspace. Every developer has different workspace and multiple repo to work with. I did not get the part where you mentioned about raw URL stuff.

Re: Reviewboard and Konqueror issues

2010-02-10 Thread pfee
Hi, I remember a while back (may be a year ago) having to use Firefox because Konqueror didn't work correctly. However a few KDE releases later I tried again and was pleased to see that Konqueror had started working as required. Unfortunately I didn't take note of which particular version of

Re: Django auth backend vs. ReviewBoard custom auth

2010-02-10 Thread Christian Hammond
You should be able to append to your middleware declaration in conf/settings_local.py. If it must be in a specific location in the list, though, you might have to do a little extra. Christian On Wednesday, February 10, 2010, Stephen Gallagher step...@gallagherhome.com wrote: On 02/08/2010

Re: ReviewBoard Error while posting review for GIT

2010-02-10 Thread Christian Hammond
Awesome :) You can put the git:// URL in Mirror Path and Review Board will match it properly. It just won't use it for accessing the repository. Christian On Wednesday, February 10, 2010, Kunjal kunjal.par...@gmail.com wrote: THANKS MAN ! Finally I got it working. But my Path in RB server

Re: Reviewboard and Konqueror issues

2010-02-10 Thread Christian Hammond
Thanks for these data points. Dan, if you could find out the versions of Konqueror and Review Board used, it would help. I spent some time a while back trying to make it work with Konqueror, but I will say that we don't officially support it. We would prefer to work without loss of functionality,