You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Greg Stein <gs...@gmail.com> on 2010/06/03 16:59:40 UTC

Re: svn commit: r949216 - in /subversion/trunk/subversion/libsvn_wc: wc-queries.sql wc_db.c

On Fri, May 28, 2010 at 12:19,  <ph...@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