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

Re: svn commit: r1150368 - in /subversion/trunk/subversion/libsvn_client: commit.c commit_util.c

From: Blair Zajac <blair_at_orcaware.com>
Date: Sun, 24 Jul 2011 07:08:53 -0700

On Jul 24, 2011, at 6:50 AM, rhuijben_at_apache.org wrote:

> Author: rhuijben
> Date: Sun Jul 24 13:50:44 2011
> New Revision: 1150368
>
> URL: http://svn.apache.org/viewvc?rev=1150368&view=rev
> Log:
> Clear iterpools in two error conditions during commit to avoid deleting files
> with open handles when aborting fs transactions.
>
> The txdelta part of this patch looks like a small regression introduced by
> switching from subpools to dual pool handling.
>
> * subversion/libsvn_client/commit.c
> (svn_client_commit5): Clear iterpool before aborting the edit to flush the
> most commonly passed scratch pool to the commit processing. This to avoid
> possible similar problems as that caught in svn_client__do_commit.
>
> * subversion/libsvn_client/commit_util.c
> (svn_client__do_commit): Clear iterpool when svn_wc_transmit_text_deltas3
> fails. The txdelta infrastructure doesn't have a well defined abort
> procedure so the current implementations rely on pool cleanup.
> But when iterpool isn't cleared here we call the editor's abort before
> this cleanup runs.

Do you mean destroy here, as that's what the commit does?

Blair
Received on 2011-07-24 16:09:30 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.