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

Re: Generting patches or updates that affect tree structure.

From: John Peacock <jpeacock_at_rowman.com>
Date: 2005-10-03 18:36:35 CEST

Peter McNab wrote:
> Reading in the manual I see that patches cannot alter the tree
> structure, so how does one propagate changes which for instance add a
> extra directory and file set?

[this is really a users@ question]

The patch file format has no problem with directory/file additions. It
cannot handle renames or directory deletes, however. If you really need
that, you can use SVK:

        http://svk.elixus.org

which includes a binary block to a conventional diff file (which patch
helpfully ignores) which can contain more complex tree operations.

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4501 Forbes Boulevard
Suite H
Lanham, MD  20706
301-459-3366 x.5010
fax 301-429-5748
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Oct 3 18:37:44 2005

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

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