Found blog post: Using Reviewboard with Git

2011-06-21 Thread elf Pavlik
Hi, I have just come across this blog post: http://ericholscher.com/blog/2011/jan/24/using-reviewboard-git/ Thought that you may like to add it to the list of posts on you homepage... Cheers, elf Pavlik http://wwelves.org/perpetual-tripper -- Want to help the Review Board project? Donate toda

403 forbidden in Apache

2011-06-21 Thread Krles
Hello, I have successfully installed all the pre-reqs on RedHat server and Reviewboard. I configured apache using the example http.conf entry as follows: IfModule mod_fcgid.c> AddHandler fcgid-script .fcgi AddHandler fastcgi-script .fcgi FastCGIServer "/var/www/revie

RevewBoard 1.5.2 + RBTools-0.3.2-py2.6 + Perforce + Pre-commit Review - '500 Error' when CLN changed after p4 submit

2011-06-21 Thread fogy
Hi everyone, We have RevewBoard 1.5.2 working with Perforce. On client side we use RBTools-0.3.2-py2.6 to do pre-commit review. We can post review request and all comments/updates on RB portal works just fineuntil the changelist was submitted to P4. The problem is that when we submit the chan

Re: post-reviews: The requested URL could not be retrieved

2011-06-21 Thread ptrchen
Hi Leonel, Thanks for the reply, but where may I find .reviewboardrc? Thanks! Peter On Jun 20, 4:42 am, Leonel Togniolli wrote: > Hi ptrchen, > > I worked around this issue by adding two lines to .reviewboardrc > > import os > os.environ["no_proxy"] = "*" > > On Fri, Jun 17, 2011 at 7:48 PM, p

RBTools Windows installation

2011-06-21 Thread ptrchen
Hi, So I used easy_install for installing RBTools (ran "easy_install -U RBTools") It installed "C:\Python25\Scripts\post-review.exe \post- review.exe.manifest \post-review-script.py and "C:\Python25\L

Re: post-reviews: The requested URL could not be retrieved

2011-06-21 Thread Leonel Togniolli
http://www.reviewboard.org/docs/manual/dev/users/tools/post-review/#reviewboardrc On windows, I have it on each user's "%appdata%" folder. On Tue, Jun 21, 2011 at 4:20 PM, ptrchen wrote: > Hi Leonel, > > Thanks for the reply, but where may I find .reviewboardrc? > > Thanks! > > Peter > > On Jun

Re: 403 forbidden in Apache

2011-06-21 Thread Anton Cohen
On Tue, Jun 21, 2011 at 3:11 AM, Krles wrote: > # Direct all other requests to the fastcgi server Unless you have a specific reason for using fastcgi, I recommend using wsgi. mod_fcgid has a bunch of timeouts that make it hard to tune for an application that may take a while to run. I would redo

Re: post-reviews: The requested URL could not be retrieved

2011-06-21 Thread ptrchen
Looking at my %appdata% folder... Does .reviewboardrc get automatically installed? I don't see it in my %appdata% folder. Thanks! Peter On Jun 21, 12:42 pm, Leonel Togniolli wrote: > http://www.reviewboard.org/docs/manual/dev/users/tools/post-review/#r... > > On windows, I have it on each user