Hi Thomas, I created the diff the same way as you said and perhaps reviewboard accepted that. But I encountered another error. It says: *The file 'home/rahul/kmplot/kmplot/ksliderwindow.cpp' (r7ca8503) could not be found in the repository. *after I have uploaded my diff.
And I don't know what does that mean. So, could you please tell me? Regards, Rahul Sharma. On Mon, Feb 27, 2012 at 2:18 AM, Thomas Lübking <thomas.luebk...@gmail.com>wrote: > Am 26.02.2012, 20:30 Uhr, schrieb Rahul Sharma <rahulveera2...@gmail.com>: > > > Hi, >> I am trying to upload my .diff file on the reviewboard through the web UI >> for reviewboard, but I am getting error. >> It always says that the file I uploaded is not .diff file even I am >> uploading the file of the .diff extension. >> >> Any suggestions?? >> > > The reviewboard is pretty picky about diffs. > Create them using "git diff <hash>" of "git format-patch <hash>", eg > git format-patch HEAD~3 > will create diffs for the 3 latest commits > while > git diff HEAD~2 > will create one patch against the branch as it was two commits ago. > > The reviewboard will also reject diffs against hashes it doesn't know > (because they only exist in your local branch) - for this purpose you can > create a diff agains a common hash and supply that as parenting patch. > > > Cheers, > Thomas > > > Visit > http://mail.kde.org/mailman/**listinfo/kde-devel#unsub<http://mail.kde.org/mailman/listinfo/kde-devel#unsub>to > unsubscribe << >>> >>
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<