On Jun 24, 2008, at 04:22, Schmidt András wrote:
> 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?
No, there isn't.
I believe that's this request:
http://subversion.tigris.org/issues/show_bug.cgi?id=511
---------------------------------------------------------------------
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 23:33:03 CEST