thanks Christian, this solved my problem. i am troubling why the second file is not posted, but couldn't check that it is an excel file. thanks for figuring this out
On Friday, May 3, 2019 at 12:26:47 PM UTC+5:30, Christian Hammond wrote: > > Hi Santhoshi, > > rbt post is expecting to either post all changes for review that would > normally be included when committing or diffing (any modified files or any > files added with svn add). The error you're seeing is because if an > arguments is provided that isn't a flag (like -d), then it's expected to be > an existing commit revision to post (and only one revision is allowed per > rbt post). > > In your case, if you have multiple files modified but only want to post > those two files for review, you'll need to prefix each with -I, like: > > rbt post -I project.py -I rest-api-input.xslx > > Note that as Excel spreadsheets aren't text files, the svn diff for that > file will just include information stating that it's a binary file, so it > might not be worth including. > > Christian > > On Thu, May 2, 2019 at 11:51 PM Santhoshi Kumari <[email protected] > <javascript:>> wrote: > >> Hi, >> >> i have installed rbt 1.0.2 on windows and try to post review request(two >> files) to review board from my svn repository, it is failing with following >> error: >> >> c:\lcc-python>rbt post project.py rest-api-input.xlsx -d >> CRITICAL: Too many revisions specified >> >> c:\lcc-python>cat .reviewboardrc >> REVIEWBOARD_URL = "http://sw-rboard.ocarina.local/r/" >> REPOSITORY = "lcc" >> REPOSITORY_TYPE = "svn" >> >> thanks >> Santoshi >> >> -- >> 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 >> "Review Board Community" 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. >> > > > -- > Christian Hammond > President/CEO of Beanbag <https://www.beanbaginc.com/> > Makers of Review Board <https://www.reviewboard.org/> > -- 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 "Review Board Community" 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.
