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

2014-09-05 Thread Jillala Srinivas
Thank you Chris, As suggested, configured .reviewboradrc for the repo. Still not able to create review for the code already committed to remote. After these changes I am facing the different error message: rbt post ba53c49..30126f8c --guess-summary --guess-description --tracking-branch

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

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 but we are

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 magic4w...@gmail.com 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

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'

Re: Issue 3554 in reviewboard: Reviewboard Apache wsgi error

2014-09-05 Thread reviewboard
Updates: Status: SetupIssue Comment #1 on issue 3554 by trowb...@gmail.com: Reviewboard Apache wsgi error https://code.google.com/p/reviewboard/issues/detail?id=3554 Can you contact the community mailing list? Support issues like this are much better done via e-mail than a bug

Issue 3555 in reviewboard: ExpatError: not well-formed (invalid token) when browsing to review

2014-09-05 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3555 by mami...@gmail.com: ExpatError: not well-formed (invalid token) when browsing to review https://code.google.com/p/reviewboard/issues/detail?id=3555 What version are you running? 2.0.6 What's the URL of the page

Re: Issue 3555 in reviewboard: ExpatError: not well-formed (invalid token) when browsing to review

2014-09-05 Thread reviewboard
Updates: Status: NeedInfo Comment #1 on issue 3555 by chip...@gmail.com: ExpatError: not well-formed (invalid token) when browsing to review https://code.google.com/p/reviewboard/issues/detail?id=3555 Would it be possible to get a copy of some text that's causing the breakage? You

Re: Issue 3535 in reviewboard: DeprecationWarning on rb-site manage site cleanup

2014-09-05 Thread reviewboard
Updates: Status: Fixed Comment #2 on issue 3535 by trowb...@gmail.com: DeprecationWarning on rb-site manage site cleanup https://code.google.com/p/reviewboard/issues/detail?id=3535 Fixed in release-2.0.x (e081ae3). Thanks! -- You received this message because this project is