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

Re: Java Question

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2006-08-06 01:02:29 CEST

Daniel Rall <dlr@collab.net> writes:

> On Wed, 02 Aug 2006, Philip Martin wrote:
>
>> Building a transaction is slightly more complicated than just doing
>> a series of mkdir/copy/copy because you have obey the rules of the
>> delta editor, in essence you have to make a single pass over the
>> directory structure.
>
> Philip, does this boils down to more than re-ordering/mixing-in some
> of the editor commands which correspond to caller operations?

See the function call ordering restrictions for svn_delta_editor_t in
svn_delta.h. Generally you need to order all the FS paths so that
you can make a single pass over the tree and visit each directory only
once.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Aug 6 01:02:53 2006

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.