Review Board 1.6 is released!

2011-09-05 Thread Christian Hammond
Good news, everyone! Review Board 1.6 is done! Out and shipped! Thanks to everyone who's contributed to this release and helped test. It was a major release, far larger than we anticipated when we started it. The goal from here out is to have smaller feature releases with less wait. They'll prob

Re: post-review uses incorrect svn diff option with single rev

2011-09-05 Thread shay
Hi Christian, Many thanks. I've posted the bug (2256) but while testing a solution, I notice other strange behaviour with svn diff and single revision range, but this time with --repository-url option. I don't know the use case so not sure if it is a bug or not: $ post-review --repository-url=htt

how much value we can give to "max_allowed_packet" in mysql so that larger diffs can be uploaded

2011-09-05 Thread Vinod Kumar
Hi, just wanted to know that whether limit on "max_allowed_packet" is dependent on what? mysql or reviewboard or server on which both are installed Thanks Vinod Kumar -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know at http://w

RBtool: How to create post-review standalone binary

2011-09-05 Thread NSJ
Dear All, I wanted to create a standalone binary for rbtools i.e postreview.py, Can somebody help me how to achieve this. What changes should be done in the setup.py so that i can create a post-review binary. Does this requires changes in setup.py. Does this setup.py needs to be imported with cx_

Re: Not able to view diff

2011-09-05 Thread Christian Hammond
In that case, confirm that the files you expected are in the changeset with the changenum you passed to post-review. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Mon, Sep 5, 2011 at 1:48 AM, Nilesh Jaiswa

Re: Not able to view diff

2011-09-05 Thread Nilesh Jaiswal
Its perforce. On Mon, Sep 5, 2011 at 2:12 PM, Christian Hammond wrote: > What type of repository? > > If it's Git, make sure that you: > > 1) Committed the files you want to put up for review > 2) Didn't commit them to master (it must be a branch off of master) > > > Christian > > -- > Christian

Re: Not able to view diff

2011-09-05 Thread Christian Hammond
What type of repository? If it's Git, make sure that you: 1) Committed the files you want to put up for review 2) Didn't commit them to master (it must be a branch off of master) Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http:

Re: Not able to view diff

2011-09-05 Thread Nilesh Jaiswal
I have generated the diff with help of post-review utility. On Mon, Sep 5, 2011 at 11:44 AM, Christian Hammond wrote: > It doesn't look like the diff you uploaded had any files. How did you > generate it? > > Please use the reviewboard@ list for this, since it's not about Review > Board developme