You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Peter McNab <mc...@melbpc.org.au> on 2005/10/03 16:31:39 UTC

Generting patches or updates that affect tree structure.

Hi

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?

Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Generting patches or updates that affect tree structure.

Posted by John Peacock <jp...@rowman.com>.
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