I'm using RBTools 0.4.1. There isn't an --upstream-branch option although there is --tracking-branch. However, it defaults to origin/master which is where the parent changeset is anyway. This seems to me like a very standard case: I created a branch off master, landed some code into it and now I want to post a review request for the diff between my changeset and its parent on master.
I'm probably doing something obviously wrong. Are there step-by-step instructions somewhere on how to post a review from github using post-review? On Tuesday, June 19, 2012 9:28:55 PM UTC+2, Christian Hammond wrote: > > What version of Review Board are you using? > > Are you working off of a branch off origin/master, or another upstream > branch? You can try --upstream-branch to specify the right one. > > Christian > -- > Christian Hammond - [email protected] > Review Board - http://www.reviewboard.org > VMware, Inc. - http://www.vmware.com > > > On Tue, Jun 19, 2012 at 9:37 AM, Matthew Gertner > <[email protected]>wrote: > >> I'm trying to post a review request for a changeset I created on a new >> branch of our public github repo. Since I already committed the change, I >> enter: >> >> $ post-review --parent 5f7fc000274abab9cbfb7a00a5b9602314ae6268 >> >> I'm getting the dreaded 207 (the file was not found in the repository) >> error. The file it mentions most emphatically is in the repo though. I >> really don't know how to go about tracking down this issue. The only thing >> I can think of is that the problem is somehow related to the fact that the >> parent changeset is on a different branch from my new changeset. Also the >> parent diff and my diff are the same size, which seems suspicious: >> >> >>> Uploading diff, size: 3342 >> >>> Uploading parent diff, size: 3342 >> >> Any ideas? >> >> -- >> Want to help the Review Board project? Donate today at >> http://www.reviewboard.org/donate/ >> Happy user? Let us know at http://www.reviewboard.org/users/ >> -~----------~----~----~----~------~----~------~--~--- >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/reviewboard?hl=en > > > -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know at http://www.reviewboard.org/users/ -~----------~----~----~----~------~----~------~--~--- To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/reviewboard?hl=en
