[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r1337692 - in /subversion/trunk/subversion/libsvn_wc: conflicts.c wc_db.c wc_db.h

From: Greg Stein <gstein_at_gmail.com>
Date: Sat, 12 May 2012 18:04:08 -0400

On May 12, 2012 11:29 AM, <rhuijben_at_apache.org> 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?
Received on 2012-05-13 00:04:44 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.