Re: Malformed Diff

2014-04-11 Thread neel roy
Does anyone has any clue about why this is happening? On Thursday, 10 April 2014 17:11:51 UTC+5:30, neel roy wrote: Hi, I am using revieweboard and when I create diff using either post-review or rbt, and upload that diff in reviewboard server I get following error: *Error:* The patch to

Re: Two different project with the same svn root

2014-04-11 Thread Yu-Kai Tseng
Hi Christian, So is there no other solutions except that I set different SVN repository root to these projects? Can future reviewboard support it because I don't see anything wrong when two projects share the same svn root? Thank you. Yu-Kai Christian Hammond於

Re: Two different project with the same svn root

2014-04-11 Thread David Trowbridge
Are you looking to prevent users from seeing any review requests that are part of the other project? If so, you can accomplish this with review groups and default reviewers. Create a review group for each project, and add the various users to each. Mark the group as private (invite only). Then

Re: Two different project with the same svn root

2014-04-11 Thread Yu-Kai Tseng
Hi David, Thank you, I will try it. Yu-Kai David Trowbridge於 2014年4月11日星期五UTC+8下午2時50分03秒寫道: Are you looking to prevent users from seeing any review requests that are part of the other project? If so, you can accomplish this with review groups and default reviewers. Create a review

Migrating from sqlite3 to MySQL or PostgreSQL

2014-04-11 Thread Joe
Hello, I believe I'm still running my review board in sqlite3 (how to confirm it) Are there any scripts from review board to convert this database to MySQL or PostgreSQL. Also which one (MySQL or PostgreSQL) is better option. Best regards, Joe. -- Get the Review Board Power Pack at

Re: RBTools Installation issue

2014-04-11 Thread dhananjayj602
Hello any updates! On Wednesday, April 9, 2014 12:07:27 PM UTC-5, dhanan...@gmail.com wrote: Hello, We have the Reviewboard server installed on a Linux machine. The client machines are Windows7 based. I trying to install RBTools on my Win7 machine by following the procedure given @

rbt post --include not working

2014-04-11 Thread Igor Berger
Hello, I was glad to see the addition of --include option to rbt post in RBTools 0.6. Especially considering that post-review is getting removed. Unfortunately when I use it, the review gets posted with all changed files, as if I didn't specify --include at all. I also tried using -I instead.

Re: Using Powerpack

2014-04-11 Thread dhananjayj602
David, The Powerpack trial will be ending on 19-Apr-2014? Actually it took us more than a week to get the document review patch operational (on 3-Apr-2014) on our machine. Can you please provide us an extension of 2 weeks for the trial pack? This would really help us in the evaluation before

Re: Testing new site, can't add reviewers to a draft review.

2014-04-11 Thread darkotocan
This caught me out too! 15 minutes spent trying to find why there was no penicl icon next to Reviewers :) On Thursday, 26 September 2013 23:32:07 UTC+1, Bill Brooks wrote: I'm setting up a new ReviewBoard 1.7.13 site (experienced user, first-time administrator), and I can't figure out what

HTTP 500 with rbt post and Perforce - object is unsubscriptable

2014-04-11 Thread Jamie Penman-Smithson
Hi all, I'm having problems using rbt post against ReviewBoard 1.7.24, RBTools 0.6 with Perforce 2013.3. ReviewBoard and RBTools have been installed from RPMs on a RHEL 6 box. $ rbt --version RBTools 0.6 When posting a review (whether it's shelved or committed) I get a 500 HTTP error and in

Re: RBTools Installation issue

2014-04-11 Thread Christian Hammond
I'm able to install on our end. This looks very strange. Do you go through an HTTP proxy on this system? We've seen some do strange things in the past when people try to use easy_install. Note that this is entirely beyond our control. We do not control easy_install or the act of installing a

Re: RBTools Installation issue

2014-04-11 Thread David Trowbridge
In the worst case, you can download the RBTools egg and call easy_install with the filename. -David On Fri, Apr 11, 2014 at 3:09 PM, Christian Hammond chip...@chipx86.comwrote: I'm able to install on our end. This looks very strange. Do you go through an HTTP proxy on this system? We've

Re: rbt post --include not working

2014-04-11 Thread Christian Hammond
Hi Igor, Can you show us a debug log with --include being used? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org Beanbag, Inc. - http://www.beanbaginc.com On Fri, Apr 11, 2014 at 9:08 AM, Igor Berger codewiz...@gmail.com wrote: Hello, I was

Re: rbt post --include not working

2014-04-11 Thread David Trowbridge
Sounds like a bug to me. Can you file it in our tracker? -David On Fri, Apr 11, 2014 at 9:08 AM, Igor Berger codewiz...@gmail.com wrote: Hello, I was glad to see the addition of --include option to rbt post in RBTools 0.6. Especially considering that post-review is getting removed.