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

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

From: Hyrum K Wright <hyrum_at_hyrumwright.org>
Date: Tue, 17 May 2011 09:25:52 +0000

On Tue, May 17, 2011 at 8:47 AM, <rhuijben_at_apache.org> wrote:
> Author: rhuijben
> Date: Tue May 17 08:47:00 2011
> New Revision: 1104056
>...
> Modified: subversion/trunk/subversion/libsvn_wc/wc_db.c
> URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/wc_db.c?rev=1104056&r1=1104055&r2=1104056&view=diff
> ==============================================================================
>...
> @@ -6244,38 +6244,48 @@ op_delete_txn(void *baton,
>
>   if (op_root)
>     {
> -      svn_boolean_t below_base;
> -      svn_boolean_t below_work;
> +      svn_boolean_t have_base;
> +      svn_boolean_t have_work;
>       svn_wc__db_status_t below_status;
> -
> +      SVN_DBG(("Deleting %s\n", local_relpath));

Rogue debug statement.

>...

-Hyrum
Received on 2011-05-17 11:26:26 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.