David, For my Second question. I could understand that there is no option to update reviews in post-commit model (If not, pls help me to find out), then how can developers will fix the Open Issues ? You mean for Open Issues again a new review gets created ?
On Saturday, July 16, 2016 at 10:42:26 PM UTC+5:30, john levin wrote: > > Ahhh.. Actually i was parsing like > > rbt post REV --summary "TEST" --descriptions "TEST" (i looked the doc, it > says rbt post %REV% for committed files). > and getting Error: Too many revision. > > But i didnt noted that summary and descriptions should be passed before > the revisions ( Havent gone through the doc fully just looking on the > syntax alone). So this worked. > rbt post --summary "TEST" --descriptions "TEST" REV. > > Thank You David ! > > > On Saturday, July 16, 2016 at 9:56:42 PM UTC+5:30, David Trowbridge wrote: >> >> What doc are you referring to that says "%rev%"? >> >> rbt post does have --summary and --description parameters. >> >> -David >> On Sat, Jul 16, 2016 at 1:57 AM john levin <[email protected]> wrote: >> >>> Hi David, >>> Actually I was validating both pre and post-commits. >>> OK coming to question number 1. >>> I'm running "rbt post" after the commits using revision number. In >>> rbtools doc it was mentioned only "rbt post %rev%". I couldn't capture the >>> svn commit message to pick it for reviews summary and descriptions (I >>> couldn't find rbt command options to do so). Even it is not considering if >>> I mention the summary and descriptions in .reviewboardrc file (it works >>> perfectly for pre-commits rbt commands) . Do we have any options for >>> posting reviews with descriptions and summary in post-commits. >>> >>> -- >>> Supercharge your Review Board with Power Pack: >>> https://www.reviewboard.org/powerpack/ >>> Want us to host Review Board for you? Check out RBCommons: >>> https://rbcommons.com/ >>> Happy user? Let us know! https://www.reviewboard.org/users/ >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "reviewboard" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> For more options, visit https://groups.google.com/d/optout. >>> >> -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
