Re: Q about the delta editor interface
From: Greg Stein <gstein_at_gmail.com>
Date: Mon, 16 Feb 2009 11:29:36 +0100
On Mon, Feb 16, 2009 at 10:55, Stephen Butler <sbutler_at_elego.de> wrote:
What? Of course they are.
You do:
or:
(arguments not exact; just for illustrative reasons)
You use one or the other. They are *not* used together. Each returns a
> add_directory() simply creates a directory. Before adding children
No. add_directory() creates and opens the directory. You do not call
>> What should I do with the baton acquired from add_directory()?
What?! child_baton is an OUT parameter. You can't pass it to open_directory().
> dir_baton to change_dir_prop(), and as the parent_baton to functions
Well... we're talking about how the driver calls these things.
>> Wouldn't the duplicate close_directory() (on two batons) make problems?
Yes, it would. Don't do that.
Cheers,
------------------------------------------------------
|
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.