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

Re: Processing a patch-file

From: Ryan Schmidt <subversion-2008c_at_ryandesign.com>
Date: Tue, 9 Dec 2008 05:06:52 -0600

On Dec 8, 2008, at 03:51, Bernd Büttner wrote:

> I have a large (over 100000 files) repository under svn 1.4.2.
> Now I got a unified patch-file with a lot of changes to it.
> The changes include deletion and adding of files.
> How can I process these patches?
> Applying the patch to a working copy and committing doesn't do the job
> because deleting and adding files makes it inconsitent.

You will need to manually issue the "svn rm" and "svn add" commands
after applying the patch.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=981604

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2008-12-09 12:08:34 CET

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.