Re: Problem with uploading consecutive diffs with updates

2012-05-07 Thread Robert Dailey
Can someone help me out here? On Wed, May 2, 2012 at 1:37 PM, Robert Dailey rcdailey.li...@gmail.comwrote: So I'm using Perforce and I upload my initial reviews (as well as follow up changes and updates) using this command. Note that this is a Custom Tool in P4V: %C --server=http

Re: Problem with uploading consecutive diffs with updates

2012-05-14 Thread Robert Dailey
7, 2012 at 8:39 AM, Robert Dailey rcdailey.li...@gmail.comwrote: Can someone help me out here? On Wed, May 2, 2012 at 1:37 PM, Robert Dailey rcdailey.li...@gmail.comwrote: So I'm using Perforce and I upload my initial reviews (as well as follow up changes and updates) using this command

Re: Problem with uploading consecutive diffs with updates

2012-05-15 Thread Robert Dailey
-- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Mon, May 14, 2012 at 10:28 AM, Robert Dailey rcdailey.li...@gmail.comwrote: When I say get latest I'm referring to the Get Latest Revision option in P4V. I don't use

Question about diffs for moved code

2012-09-26 Thread Robert Dailey
Sometimes I like to take 100-200 lines of code from one file, make modifications to that code, and then move it to a separate file as a refactoring step. A couple of people on my team have complained about this since now it is impossible to diff the individual changes to the code since it was

Screenshots for version 1.7?

2012-09-26 Thread Robert Dailey
Are there any screenshots I can look at for various UI improvements for version 1.7? What do code review pages look like? -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know at http://www.reviewboard.org/users/

Re: Screenshots for version 1.7?

2012-09-28 Thread Robert Dailey
26, 2012 11:26:36 AM UTC-7, Robert Dailey wrote: Are there any screenshots I can look at for various UI improvements for version 1.7? What do code review pages look like? Have you seen the live site http://reviews.reviewboard.org/r/3347/ ? -- Want to help the Review Board project? Donate

Problem with RBTools 0.5

2013-03-28 Thread Robert Dailey
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 'rbt post' is: CRITICAL:root:'ResourceList' object has no attribute 'upload_diff' I have only

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 Robert Dailey
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 a backup until we have this figured out. On Mar 29, 2013 11:01 AM, Robert Dailey

Re: Problem with RBTools 0.5

2013-04-08 Thread Robert Dailey
://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, Mar 29, 2013 at 1:40 PM, Robert Dailey rcdailey.li...@gmail.com wrote: Using RB version 1.6.3. Output of the command you requested is below

Re: Problem with RBTools 0.5

2013-04-08 Thread Robert Dailey
, 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, Mar 29, 2013 at 1:40 PM, Robert Dailey

Re: Problem with RBTools 0.5

2013-04-15 Thread Robert Dailey
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.com wrote: Here you go: C:\workcurl http://reviewboard.corp.good.com/api/review

Re: Problem with RBTools 0.5

2013-04-16 Thread Robert Dailey
, but going forward as it's deprecated and replaced by rbt you'll need to upgrade your version of Review Board. 1.6.3 is actually pretty old, and should probably be upgraded for many other reasons as well. - Steve On Mon, Apr 15, 2013 at 11:11 AM, Robert Dailey rcdailey.li...@gmail.com wrote

Python 3.3.2 x86_64 support?

2013-06-26 Thread Robert Dailey
I'm attempting to install RBTools via easy_install -U but getting failure. I'm using Python 3.3.2 x64 on Windows 7: C:\Workeasy_install -U RBTools Searching for RBTools Reading https://pypi.python.org/simple/RBTools/ Reading http://www.reviewboard.org/ Reading

Re: post-review: Ignore whitespace?

2013-07-12 Thread Robert Dailey
on the result. Christian Robert Dailey wrote: Is there a way to tell post-review to ignore whitespace in diffs that it uploads? I use this tool through P4V (perforce visual client). Sometimes a file is full of tabs to spaces conversions and it mixes in with real, useful code changes. I'd like