On Thu, Sep 15, 2011 at 11:28 PM, Alejandro Abdelnur <[email protected]> wrote: > Roman, > > git diff --no-prefix works in RB if RB is using a GIT repo for the > project, if RB is using a SVN repo, it fails. Please try in the Oozie > RB in apache and you'll see.
Sure it works! Here's how (also works with git-svn) $ git clone git://github.com/apache/oozie $ cd oozie $ vim readme.txt $ git diff --no-prefix > /tmp/patch Now go to review board: https://reviews.apache.org Submit this patch AND DO NOT FORGET to specify trunk in the Base Directory: field. Presto! https://reviews.apache.org/r/1942/ Thanks, Roman.
