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.