> -----Original Message----- > From: Daniel Shahaf [mailto:danie...@elego.de] > Sent: dinsdag 29 maart 2011 12:13 > To: neil.win...@bt.com > Cc: Hyrum K Wright; C. Michael Pilato; dev@subversion.apache.org > 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