> -----Original Message-----
> From: Daniel Shahaf [mailto:[email protected]]
> Sent: dinsdag 29 maart 2011 12:13
> To: [email protected]
> Cc: Hyrum K Wright; C. Michael Pilato; [email protected]
> Subject: Re: Bug in svnrdump (trunk@1085375) -- malformed dump file with
> multiple properties
>
> I've taken a shot at a regression test in r1086497.
>
>
> However, I think we may have a larger problem here:
>
> The svn_delta_editor_t API allows change_dir_prop() calls to be
> transmitted only after all directory-children of a directory have been
> transmitted [1]. How can we generate a dumpfile given that input?
Reading svn_delta.h
* 4. A producer must call @c change_dir_prop on a directory either
* before opening any of the directory's subdirs or after closing
* them, but not in the middle.
Bert