--
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 reviewboard...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/reviewboard/74418966-5ab8-4407-9438-bc28cb807167n%40googlegroups.com.
Hi,
Thanks for replying back.
I think the “1234” you mention in your example is the RB number.
I tried as below:
lvnvdb1375 ...rp889981/dynbwfixes/trunk> rbt patch -write 260437.diff 260437
usage: rbt patch [options] <review-request-id>
rbt: error: unrecognized arguments: -write
lvnvdb1375 ...rp889981/dynbwfixes/trunk> rbt patch --write 260437.diff 260437
usage: rbt patch [options] <review-request-id>
rbt: error: unrecognized arguments: --write
lvnvdb1375 ...rp889981/dynbwfixes/trunk>
Does not seem to recognize.
260437 is a valid rb :https://wlan-rb.lvn.broadcom.net/r/260437/
This would be helpful when we have to merge the changes from one repository to another. And in the new repository you want to do some sanity test before you use merge_jira to check in the change.
Using rbt patch rbnumber# does not work since the RB was created from a different repository.
lvnvdb1375 ...rp889981/dynbwfixes/trunk> rbt patch --px 4 260437
Patch is being applied from request 260437 with diff revision 4.
WARNING: This patch was generated in a different directory. To prevent conflicts, all files not under the current directory have been excluded. To apply all files in this patch, apply this patch from the /dot11_firmware/branches/RhinoUcodeBranch_1555_10000 directory.
WARNING: All files were excluded from the patch.
Successfully applied patch.
I found another way to do it using --print:
rbt patch --print 260437 > 260437.diff
Thanks.
Regards,
Rama
To view this discussion on the web visit https://groups.google.com/d/msgid/reviewboard/CAFS3VNU8eQ3OJ_1cQuDCcmjnR2Nj%2BwrdfvBWy1wfa8bu9sqg7A%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/reviewboard/14956fdd7fbdcf535be710f0d856ca39%40mail.gmail.com.