Comment #6 on issue 1874 by tbea...@gmail.com: post-review does not properly parse diffs between commits in a branch on a git-svn repository
http://code.google.com/p/reviewboard/issues/detail?id=1874

I also had this same problem. The problem is due to the diff being for a file that doesn't exist in SVN yet. I have created the attached patch and use it like this:

post-review --revision-range HEAD^:HEAD

or whatever the range is (HEAD^^:HEAD to include the last two commits for instance).
This patch is against rbtools 0.4.2.

Attachments:
        git-parent-diff.patch  626 bytes

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.

Reply via email to