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] > <javascript:>> 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] <javascript:>. >> 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.
