On Fri, May 28, 2010 at 12:19, <phi...@apache.org> wrote: >... > +++ subversion/trunk/subversion/libsvn_wc/wc_db.c Fri May 28 16:19:25 2010 > @@ -2244,6 +2244,8 @@ temp_cross_db_copy(svn_wc__db_t *db, > > iwb.checksum = checksum; > > + iwb.work_items = NULL;
You should always be using blank_iwb(&iwb) ... then something like above is not needed. Cheers, -g