Re: rbt post not working with revision-range and other options in git for code already pushed to the remote

2014-09-05 Thread David Trowbridge
When using long options, you should add an = character between the option and the value. You can also use "-g yes" instead of passing both guess options: rbt post ba53c49..30126f8c -g yes --tracking-branch=origin/master --server= http://example.com/ On Thu, Sep 4, 2014 at 11:53 PM, Jillala Srini

Re: Any plugin support for extracting review comments from Review Board tool to xl file?

2014-09-05 Thread Rama krishna
Hi David, Thanks for the reply, I am able to connect to data base. Have another query as below; *Kindly provide the command to query following fields; "Review Request ID", "Comment ID" and "Comment text" through "mysql" query* we refered "reviews_comment " and "reviews_review_comments" tables bu

Re: Review Board 2.0.6 performance issue

2014-09-05 Thread David Trowbridge
Can you give us some information about your web server configuration? -David On Thu, Sep 4, 2014 at 2:28 AM, Magic Chen wrote: > Dear all, > > I've install the latest 2.0.6 version in a CentOS (4G, 4Core), and the > functions is working correctly, > but we noticed that the response time of RB

Re: Any plugin support for extracting review comments from Review Board tool to xl file?

2014-09-05 Thread David Trowbridge
You may have to join across multiple tables. For instance, the 'reviews_review_comments' table has two columns, 'review_id' and 'comment_id', which are foreign keys into the 'reviews_review' table and 'reviews_comments' table respectively. The 'reviews_review' table has a 'review_request_id' column