[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: I need help in SVN mv and SVN cp

From: rags bhat <rags.mpl_at_gmail.com>
Date: Wed, 17 Aug 2016 14:25:04 +0530

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 <stsp_at_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.
>
Received on 2016-08-17 10:55:11 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.