Re: Git Diff problem

2014-01-24 Thread Jacob Wan
I want to thank you for the tracking branch suggestion. I was having a similar problem updating an existing diff using rbt -r. It kept telling me: $ rbt post -r 97 ERROR:root:There don't seem to be any diffs! So I searched and came across this thread and decided to specify the tracking branch

Re: Git Diff problem

2013-09-27 Thread Christian S. Perone
That was the problem with the branch, because I was on another branch. But it didn't solved the problem with the file, now I figured out that after converting the file to UTF-8 it worked fine. Thanks for the help Christian. On Friday, September 27, 2013 5:31:00 PM UTC-3, Christian Hammond wrote:

Re: Git Diff problem

2013-09-27 Thread Christian Hammond
My guess is that it has to do with what revision you're generating the diffs from. rbt post will, by default, generate from master..HEAD, with an upstream branch of origin/master. It is expected that master represents a commit that is available upstream and accessible by Review Board. If that is n

Re: Git Diff problem

2013-09-27 Thread Christian S. Perone
Unfortunately I can't provide due to licensing problems. The rbt post shows: ERROR:root:There don't seem to be any diffs! I think that it could be something related with the encoding of the diff file, is there some requirement in ReviewBoard for this ? Thanks ! On Friday, September 27, 2013 5:2

Re: Git Diff problem

2013-09-27 Thread Christian Hammond
Got a sample diff it's rejecting that you can provide? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org Beanbag, Inc. - http://www.beanbaginc.com On Fri, Sep 27, 2013 at 1:24 PM, Christian S. Perone < christian.per...@gmail.com> wrote: > I'm using

Re: Git Diff problem

2013-09-27 Thread Christian S. Perone
I'm using RBTools 0.5.2, I already tried to use the --full-index and also --no-color but the same error occurs. Thanks for the quick reply. On Friday, September 27, 2013 5:20:50 PM UTC-3, Christian Hammond wrote: > > What version of RBTools were you using where you saw that error? Does 'rbt > p

Re: Git Diff problem

2013-09-27 Thread Christian Hammond
What version of RBTools were you using where you saw that error? Does 'rbt post' work? We generally encourage using 'rbt post' instead of uploading through the web UI. When running 'git diff', you must pass --full-index. I don't know why it's saying it's not a valid diff (perhaps something broke i