Re: Reversed (or previously applied) patch detected! when view diff after git push

2012-02-03 Thread Long VU
Hi, I also got this same problem (reversed patch detected after I push my changes to the central repository, so I can't view the diff anymore). I am using mercurial instead of git, on Review Board 1.6.3. Traceback (most recent call last): File

Re: Reversed (or previously applied) patch detected! when view diff after git push

2010-12-22 Thread David Birdsong
On Tue, Dec 21, 2010 at 6:24 PM, Christian Hammond chip...@chipx86.com wrote: Can you plug in a filename and SHA1 into that raw URL mask and see if it's actually fetching using the SHA1? If modifying the tip of origin breaks things, I wonder if it's not actually making use of the SHA1 on your

Re: Reversed (or previously applied) patch detected! when view diff after git push

2010-12-22 Thread Christian Hammond
It's the SHA1 of the commit. I think I saw a setup once before that required id= instead of id2=. Maybe try that. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Wed, Dec 22, 2010 at 11:37 AM, David

Re: Reversed (or previously applied) patch detected! when view diff after git push

2010-12-22 Thread David Birdsong
On Wed, Dec 22, 2010 at 4:38 PM, Christian Hammond chip...@chipx86.com wrote: It's the SHA1 of the commit. but git log shows a different commit id for that commit. referring to that hash tag when performing a diff, does work though git diff 9455e4714fa626cbd8410a3d13abb3bbe7a79f8c file_name diff

Reversed (or previously applied) patch detected! when view diff after git push

2010-12-21 Thread birdsong
I'm getting this error http://pastebin.com/uEwh1vjR Setup is: reviewboard on same servers as bare git repo and cgit server. path: /home/git/repositories/f.web.git mirror path: g...@repo.f.com:f.web.git raw file url mask: http://localhost:7000/cgit/f.web/plain/filename?id2=revision (i know i'm

Re: Reversed (or previously applied) patch detected! when view diff after git push

2010-12-21 Thread Christian Hammond
Can you plug in a filename and SHA1 into that raw URL mask and see if it's actually fetching using the SHA1? If modifying the tip of origin breaks things, I wonder if it's not actually making use of the SHA1 on your copy of cgit. If things break with gtk+, maybe there is some compatibility change.