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

Re: svn commit: r1092660 - in /subversion/trunk/subversion/libsvn_wc: adm_ops.c crop.c wc_db.c wc_db.h

From: Greg Stein <gstein_at_gmail.com>
Date: Fri, 15 Apr 2011 14:50:41 -0400

On Fri, Apr 15, 2011 at 07:03, <rhuijben_at_apache.org> wrote:
>...
> Instead of installing a wq operation to remove records from the database
> in the commit processing, just perform the operation directly.
>
> Working queue operations are for synchronizing the working copy with the
> database. In this case the working copy doesn't change at all.

They are also used to ensure that N separate database operations are
all completed. You don't want the deletes to happen without the rest
of the commit processing, too.

Given that... does this change still make sense? I'm not really sure
of the node removal within the larger context of the commit.

Cheers,
-g
Received on 2011-04-15 20:51:13 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.