When using long arguments, you'll want to also use =. You probably also want to use --description instead of --description-file. So your command would be:
post-review --diff-filename=diff.diff --summary="This is just sample diff file" --description="Thi is just sample diff " Note also that creating your own diff when using perforce is generally not advisable, because 'p4 diff' is woefully inadequate. We recommend letting post-review (or, in newer rbtools, rbt post) create the diff for your pending changes for you. -David On Tue, Apr 29, 2014 at 11:51 PM, UshaRam <[email protected]> wrote: > Hi, > > I am trying to upload the dif to perforce, its posting the diff file but > not with "summary" and "description" > > > this is the command i used > > post-review --diff-filename=diff.diff --summary "This is just sample > diff file" --description-file "Thi is just sample diff " > > > Could you please let me know What is missing here? > > Thanks > Usha > > > -- > Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ > --- > Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ > --- > Happy user? Let us know at http://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. > -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ --- Happy user? Let us know at http://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.
