Re: attaching report in post-review

2016-02-03 Thread Hari Prasad
pls ignore, I found the solution. rbt publish On Wednesday, February 3, 2016 at 3:51:20 PM UTC+5:30, Hari Prasad wrote: > > Hi David, > > I tried that. "rbt attach" attaches the report but its not publishing > automatically. Is there anyway to publish automatically after attaching to > a

Reset review id

2016-02-03 Thread Hari Prasad
Hi, I was doing some experiments with RB till date and planning to deploy for usage in my project. Before deploying I would like to reset the review id back to 1 so that things start afresh. Please advise how to do so. Regards, Hari -- Supercharge your Review Board with Power Pack:

rbt diff with --include issue/help

2016-02-03 Thread Michael Bell
Hi, I am seeing an anomaly when I run 'rbt diff' with '--include'. I am using '--include' because I only want to include that file in the revision range. The command I'm running is: rbt diff --server=http://xx.x.xx.xxx --repository-url=http://repo/svn/ --include=/path/example/with/file.txt

Does review board allow to upload diff to the request created by another user?

2016-02-03 Thread wu tao
Does review board allow to upload diff to the request created by another user? I tried with version 2.0.20, it seems not work. Tao -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons:

Re: attaching report in post-review

2016-02-03 Thread Hari Prasad
Hi David, I tried that. "rbt attach" attaches the report but its not publishing automatically. Is there anyway to publish automatically after attaching to a review id? Regards, Hari On Wednesday, February 3, 2016 at 5:01:02 AM UTC+5:30, David Trowbridge wrote: > > Hari, > > First of all, the

Re: rbt diff with --include issue/help

2016-02-03 Thread Griffin Myers
I know in an older version of RBTools I had trouble with including files with absolute filesystem paths (see https://hellosplat.com/s/beanbag/tickets/3641/). As far as I know this has not been resolved, but I'm not sure if this is exactly what you are seeing as I don't recall running into an

Re: Reset review id

2016-02-03 Thread Hari Prasad
Hi, Based on the comments given in https://groups.google.com/forum/#!searchin/reviewboard/reset/reviewboard/7Mf-9hXQDec/hON__ZFpoxIJ, I did the following: 1. logged into mysql console 2. ran "use bitnami_reviewboard;" 3. ran "ALTER TABLE reviews_reviewrequest AUTO_INCREMENT=1;" But I still

Re: Does review board allow to upload diff to the request created by another user?

2016-02-03 Thread David Trowbridge
Tao, This is not currently possible. -David On Wed, Feb 3, 2016 at 12:35 AM wu tao wrote: > Does review board allow to upload diff to the request created by another > user? I tried with version 2.0.20, it seems not work. > > Tao > > -- > Supercharge your Review Board with