Re: Cannot Upload diff using RBTools v0.7.6

2016-09-19 Thread Abhishek Choudhary
Hi David, Please see - https://groups.google.com/d/msg/reviewboard/Xt4lVN14OSU/u1NhUVHhDgAJ. Currently RBTools doesn't generate/upload diff for uncommitted changes in GIT repository and hence I have to generate the diff myself and upload using diff-filename feature. Is there any issue/request

Re: Cannot Upload diff using RBTools v0.7.6

2016-09-16 Thread David Trowbridge
We have no immediate plans to allow review requests to span multiple repositories since that's a pretty fundamental change to the database schema. This is really only a problem when creating your own diffs and using rbt post with --diff-filename. If you let rbt post do the diff, it would verify th

Re: Cannot Upload diff using RBTools v0.7.6

2016-09-16 Thread Abhishek Choudhary
After putting some debug logging in ReviewBoard code I was able to figure out the issue: I was putting a diff from a different repository in the already created review request which wasn't clear from the Error from RBTools command - may be we can be more specific here. It was a clear mismatch -

Re: Cannot Upload diff using RBTools v0.7.6

2016-09-16 Thread Abhishek Choudhary
Hi, I am able to post diff for new files in the same repository. I am also able to post diffs without errors in another repository with similar configuration. I have checked that the files exist in the remote. Any help will be appreciated. Thanks, Abhi On Friday, September 16, 2016 at 12:27:3

Re: Cannot Upload diff using RBTools v0.7.6

2016-09-15 Thread Abhishek Choudhary
'git diff HEAD > /var/tmp/rb_temp_diff_q7okiA' On Friday, September 16, 2016 at 4:15:13 AM UTC+5:30, David Trowbridge wrote: > > How are you creating the diff file that you're trying to upload? > > -David > > On Thu, Sep 15, 2016 at 1:07 PM Abhishek Choudhary > wrote: > >> Hi >> >> I am using

Re: Cannot Upload diff using RBTools v0.7.6

2016-09-15 Thread David Trowbridge
How are you creating the diff file that you're trying to upload? -David On Thu, Sep 15, 2016 at 1:07 PM Abhishek Choudhary wrote: > Hi > > I am using RBTools v0.7.6 with ReviewBoard v2.5.6.1 but I am not able to > create review request using post command. I get below error. However, I am > able

Cannot Upload diff using RBTools v0.7.6

2016-09-15 Thread Abhishek Choudhary
Hi I am using RBTools v0.7.6 with ReviewBoard v2.5.6.1 but I am not able to create review request using post command. I get below error. However, I am able to create review request for the same repository and diff from UI. Any help with this error will be appreciated. *RBtools error:* Note th