Ok let me explain. I had a makefile
I used svn cp makefile makefilecp then i used svn mv makefile makefilemv Generated patch using svn diff --git >patchfile then applied this in new SB which has no changes done, using svn patch patchfile all there targets are skipped, nothing got patched. Regards, Raghav *Thanks & Regards*, Raghavendra Bhat Mobile: 9972442409 On Wed, Aug 17, 2016 at 2:16 PM, Stefan Sperling <s...@elego.de> wrote: > On Wed, Aug 17, 2016 at 01:57:12PM +0530, rags bhat wrote: > > Hi Stefan, > > > > Need one help. > > > > I am able to generate the patch which can capture copy and mv but i could > > not find a wrapper to patch it back to the workspace. > > Example if i generate a patchfile using svn diff --git >patchfile, how to > > use this to patch to workspace using svn patch command? It says --git is > > not supported. > > > > *Thanks & Regards*, > > Raghavendra Bhat > > You don't need to pass the --git option to 'svn patch'. > 'svn patch' will detect the format of the patch automatically. >