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

Apply svn diff patch for SVN properties

From: Schmidt András <asch_at_freemail.hu>
Date: Tue, 24 Jun 2008 11:22:19 +0200

Hello!

I want to create an svn diff using the command:
$ svn diff >mypatch.diff
and then apply it to another working copy.

I have searched the Internet how to do that and found that I have to use
the patch command line tool for applying the patch (So the patch
generated by svn diff is the same that the diff command line tool would
generate).

I apply the patch with the command:
$ patch -p0 <mypatch.diff
...and it just works. Nice. The only problem I have is that it only
patches files, but does not patch SVN properties. For example I add a
folder to SVN ignore then the created patch will contain an entry on the
changed property. Though the patch command will not change that property
on the working copy.

Is there a patch applying solution that also patches SVN properties?

Yours,
Schmidt András

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-06-24 20:04:30 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.