Return-Path: Delivered-To: apmail-subversion-commits-archive@minotaur.apache.org Received: (qmail 36052 invoked from network); 15 Jul 2010 20:29:50 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Jul 2010 20:29:50 -0000 Received: (qmail 87666 invoked by uid 500); 15 Jul 2010 20:29:50 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 87633 invoked by uid 500); 15 Jul 2010 20:29:50 -0000 Mailing-List: contact commits-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@subversion.apache.org Delivered-To: mailing list commits@subversion.apache.org Received: (qmail 87626 invoked by uid 99); 15 Jul 2010 20:29:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Jul 2010 20:29:50 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Jul 2010 20:29:47 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id CF9EC238896F; Thu, 15 Jul 2010 20:28:24 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn propchange: r964471 - svn:log Date: Thu, 15 Jul 2010 20:28:24 -0000 To: commits@subversion.apache.org From: philip@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100715202824.CF9EC238896F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: philip Revision: 964471 Modified property: svn:log Modified: svn:log at Thu Jul 15 20:28:24 2010 ------------------------------------------------------------------------------ --- svn:log (original) +++ svn:log Thu Jul 15 20:28:24 2010 @@ -1 +1,4 @@ -* subversion/libsvn_client/update.c (internal_update): Don't unlock here. +Avoid a double unlock. + +* subversion/libsvn_client/update.c + (internal_update): Don't unlock here, the caller locks and unlocks.