Re: Problem with RBTools 0.5

2013-04-16 Thread Robert Dailey
Thanks Steven, I'll let the IT department know. On Tue, Apr 16, 2013 at 2:56 PM, Steven MacLeod ste...@smacleod.ca wrote: Hi Robert, Sorry this has taken so long to figure out, the answer was in one of your previous emails. The version of Review Board you are running is not supported by the

Re: Problem with RBTools 0.5

2013-04-15 Thread Robert Dailey
Sorry for the long delay in response, been busy at work! Here is the result of the command you requested: $ curl http://reviewboard.corp.good.com/api/review-requests/44580/diffs/ -i HTTP/1.1 200 OK Date: Mon, 15 Apr 2013 15:10:06 GMT Server: Apache/2.2.21 (Unix) mod_wsgi/3.3 Python/2.7

Re: Problem with RBTools 0.5

2013-04-08 Thread Robert Dailey
I'm not on Linux, how can I get you what you want on Windows 7? On Fri, Apr 5, 2013 at 12:28 AM, Steven MacLeod ste...@smacleod.ca wrote: Hi Robert, Sorry for the delay in response, this slipped by in my inbox. Could you please send me the output of: $ curl

Re: Problem with RBTools 0.5

2013-04-08 Thread Steven MacLeod
You can download curl for windows here: http://curl.haxx.se/download.html On Mon, Apr 8, 2013 at 1:34 PM, Robert Dailey rcdailey.li...@gmail.comwrote: I'm not on Linux, how can I get you what you want on Windows 7? On Fri, Apr 5, 2013 at 12:28 AM, Steven MacLeod ste...@smacleod.ca wrote:

Re: Problem with RBTools 0.5

2013-04-08 Thread Robert Dailey
Here you go: C:\workcurl http://reviewboard.corp.good.com/api/review-requests/44580/diffs/ -I HTTP/1.1 405 METHOD NOT ALLOWED Date: Mon, 08 Apr 2013 20:24:40 GMT Server: Apache/2.2.21 (Unix) mod_wsgi/3.3 Python/2.7 mod_ssl/2.2.17 OpenSSL/1.0.0c Content-Language: en-us Expires: Mon, 08 Apr 2013

Re: Problem with RBTools 0.5

2013-04-08 Thread Steven MacLeod
It appears your Apache server won't allow a HEAD request. Can I see the output of: $ curl http://reviewboard.corp.good.com/api/review-requests/44580/diffs/ -i On Mon, Apr 8, 2013 at 4:27 PM, Robert Dailey rcdailey.li...@gmail.comwrote: Here you go: C:\workcurl

Re: Problem with RBTools 0.5

2013-04-04 Thread Steven MacLeod
Hi Robert, Sorry for the delay in response, this slipped by in my inbox. Could you please send me the output of: $ curl http://reviewboard.corp.good.com/api/review-requests/44580/diffs/ -I Basically I need to take a look at the headers being returned in the HTTP request to RB. On Fri,

Re: Problem with RBTools 0.5

2013-03-29 Thread Robert Dailey
No one will help? On Thu, Mar 28, 2013 at 3:54 PM, Robert Dailey rcdailey.li...@gmail.com wrote: I am getting the following error uploading my review from a Perforce changelist. This impedes my day to day work, so I hope that someone can help me quickly. The error I get while trying to run

Re: Problem with RBTools 0.5

2013-03-29 Thread Steven MacLeod
Hi Robert, What version of Review Board is there server running? Could you also provide the output of rbt post -d --server=http://my.review.board.url --p4-client=$c --p4-port=$p --username=myuser --password=mypassword %C The post-review script is still part of rbtools 0.5, so you can use that as

Re: Problem with RBTools 0.5

2013-03-29 Thread Robert Dailey
Using RB version 1.6.3. Output of the command you requested is below: DEBUG:root:Checking for a Bazaar repository... DEBUG:root:Checking for a CVS repository... DEBUG:root:Checking for a ClearCase repository... DEBUG:root:Checking for a Git repository... DEBUG:root:Running: git rev-parse