From commits-return-37004-apmail-subversion-commits-archive=subversion.apache.org@subversion.apache.org Fri Aug 1 16:43:52 2014 Return-Path: X-Original-To: apmail-subversion-commits-archive@minotaur.apache.org Delivered-To: apmail-subversion-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F0156110CE for ; Fri, 1 Aug 2014 16:43:51 +0000 (UTC) Received: (qmail 52071 invoked by uid 500); 1 Aug 2014 16:43:51 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 52045 invoked by uid 500); 1 Aug 2014 16:43:51 -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 52035 invoked by uid 99); 1 Aug 2014 16:43:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Aug 2014 16:43:51 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Fri, 01 Aug 2014 16:43:50 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 4FCFE2389308; Fri, 1 Aug 2014 16:43:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1615167 - /subversion/branches/1.8.x/STATUS Date: Fri, 01 Aug 2014 16:43:30 -0000 To: commits@subversion.apache.org From: ivan@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140801164330.4FCFE2389308@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ivan Date: Fri Aug 1 16:43:29 2014 New Revision: 1615167 URL: http://svn.apache.org/r1615167 Log: * STATUS: Move r1611379 group out of Approved section since I'm going to review it before backport. Modified: subversion/branches/1.8.x/STATUS Modified: subversion/branches/1.8.x/STATUS URL: http://svn.apache.org/viewvc/subversion/branches/1.8.x/STATUS?rev=1615167&r1=1615166&r2=1615167&view=diff ============================================================================== --- subversion/branches/1.8.x/STATUS (original) +++ subversion/branches/1.8.x/STATUS Fri Aug 1 16:43:29 2014 @@ -169,6 +169,21 @@ Veto-blocked changes: the root cause is not fixed. Discussion: http://svn.haxx.se/dev/archive-2014-01/0158.shtml) + * r1611379, r1612405 + Fix revprop caching initialization delays for ra_serf on Windows. + Justification: + Without this patch, even small checkouts may take 20 to 40 + seconds longer. This patch switches the named atomics SHM + initialization guard to the same "never delete the lock file" + pattern that we use for FSFS-internal locks. + Notes: + Branch is needed since SVN_VA_NULL is not available in 1.8.x. + Same goes for svn_io_file_create_empty. + Branch: + ^/subversion/branches/1.8.x-r1611379 + Votes: + +1: stefan2, brane, breser + Approved changes: ================= @@ -222,21 +237,6 @@ Approved changes: Votes: +1: philip, rhuijben, breser - * r1611379, r1612405 - Fix revprop caching initialization delays for ra_serf on Windows. - Justification: - Without this patch, even small checkouts may take 20 to 40 - seconds longer. This patch switches the named atomics SHM - initialization guard to the same "never delete the lock file" - pattern that we use for FSFS-internal locks. - Notes: - Branch is needed since SVN_VA_NULL is not available in 1.8.x. - Same goes for svn_io_file_create_empty. - Branch: - ^/subversion/branches/1.8.x-r1611379 - Votes: - +1: stefan2, brane, breser - * r1547454, r1561703 In FSFS, omit config file when creating pre-1.5 format repositories. Justification: