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 EEDDC10977 for ; Fri, 5 Dec 2014 08:25:19 +0000 (UTC) Received: (qmail 79120 invoked by uid 500); 5 Dec 2014 08:25:19 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 79092 invoked by uid 500); 5 Dec 2014 08:25:19 -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 79081 invoked by uid 99); 5 Dec 2014 08:25:19 -0000 Received: from hades.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Dec 2014 08:25:19 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 86EB4AC0790; Fri, 5 Dec 2014 08:25:18 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1643187 - /subversion/branches/1.7.x/STATUS Date: Fri, 05 Dec 2014 08:25:18 -0000 To: commits@subversion.apache.org From: julianfoad@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20141205082518.86EB4AC0790@hades.apache.org> Author: julianfoad Date: Fri Dec 5 08:25:18 2014 New Revision: 1643187 URL: http://svn.apache.org/viewvc?rev=1643187&view=rev Log: * STATUS: Nominate r1643074. Modified: subversion/branches/1.7.x/STATUS Modified: subversion/branches/1.7.x/STATUS URL: http://svn.apache.org/viewvc/subversion/branches/1.7.x/STATUS?rev=1643187&r1=1643186&r2=1643187&view=diff ============================================================================== --- subversion/branches/1.7.x/STATUS (original) +++ subversion/branches/1.7.x/STATUS Fri Dec 5 08:25:18 2014 @@ -64,6 +64,22 @@ Candidate changes: Votes: +1: rhuijben + * r1643074 + Don't let invalid mergeinfo stop 'svnadmin load' from working. + Part of issue #4476 "Mergeinfo containing r0 makes svnsync and svnadmin + dump fail". + Justification: + The presence of 'bad' metadata in a repository should not prevent + backing up and restoring from a backup, given that this data does not + make the repository totally unusable. + Notes: + The 'svnadmin dump' part of this issue is already approved for backport. + The 'svnsync' part of this issue is not yet fixed. + Branch: + ^/subversion/branches/1.7.x-r1643074 + Votes: + +1: julianfoad + Veto-blocked changes: