On Wed, Feb 15, 2012 at 12:30, Greg Stein <gst...@gmail.com> wrote: > > On Feb 15, 2012 12:28 PM, "Hyrum K Wright" <hyrum.wri...@wandisco.com> > wrote: >> >> On Wed, Feb 15, 2012 at 10:59 AM, <hwri...@apache.org> wrote: >> > Author: hwright >> > Date: Wed Feb 15 16:59:56 2012 >> > New Revision: 1244593 >> > >> > URL: http://svn.apache.org/viewvc?rev=1244593&view=rev >> > Log: >> > Ev2 shims: What Greg hath broken, I shall fix. >> > >> > Followup to r1241748 by supplying the correct children in the shims to >> > svn_editor_add_directory(). >> > >> > Current number of Ev2 test failures: 13 >> >> Greg, >> Some of these failures are due to a bug in the completed children >> validation code in editor.c. The case that's interesting is when a >> directory is added, and one of its children is copied into place. >> That child is copied via svn_editor_copy(), which doesn't mark the >> child as completed, leaving incomplete children which trips the >> validator in svn_editor_close(). >> >> I'm not completely decided on the right way to clean this up, but >> since you (re)wrote the validation code, I figured you'd have an idea. >> :) > > Sure, I'll take care of it, O Tall One.
Fixed in r1244763.