On May 12, 2012 11:29 AM, <[email protected]> wrote: >... > + if (total_affected_rows > 0) > + { > + SVN_ERR(svn_sqlite__get_statement(&stmt, wcroot->sdb, > + STMT_DELETE_ACTUAL_EMPTY)); > + SVN_ERR(svn_sqlite__bindf(stmt, "is", wcroot->wc_id, local_relpath)); > + SVN_ERR(svn_sqlite__step_done(stmt)); > + > + SVN_ERR(add_work_items(wcroot->sdb, rb->work_items, scratch_pool)); > + }
Shouldn't adding work be unconditional?

