I have the same problem: "rbt post" works fine but i get error while creating review request via web
I found that rbt command create diff using command like this: *git diff --no-color --full-index --no-ext-diff --ignore-submodules --no-renames rev1..rev2 -M* so i did: git diff --no-color --full-index --no-ext-diff --ignore-submodules --no-renames 49b3808094ef969fdc8fd06cc98093ef2ca34110..16b746a46ba1abe054776d5e3595e1053d4a5d0e -M > f.diff # cat f.diff * diff --git a/file.txt b/file.txtindex 375368619d8d7be0ab8ee478a29ce83dc2051440..46dd96075713ddcf6eb456fa1fe67404f71da9d9 100644--- a/file.txt+++ b/file.txt@@ -1 +1 @@-62th Review Board commit+7th Review Board commit* but i still get error while uploading diff file: *The file 'file.txt' (r375368619d8d7be0ab8ee478a29ce83dc2051440) could not be found in the repository* Can anybody help to create correct diff file ? -- 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.
