Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 430CA200B81 for ; Tue, 13 Sep 2016 19:02:11 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 3E7A1160AD2; Tue, 13 Sep 2016 17:02:11 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 83BB0160AAA for ; Tue, 13 Sep 2016 19:02:10 +0200 (CEST) Received: (qmail 30623 invoked by uid 500); 13 Sep 2016 17:02:09 -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 30612 invoked by uid 99); 13 Sep 2016 17:02:09 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Sep 2016 17:02:09 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 5619CC1506 for ; Tue, 13 Sep 2016 17:02:09 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.374 X-Spam-Level: X-Spam-Status: No, score=0.374 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id xrYvCXUCNp4w for ; Tue, 13 Sep 2016 17:02:08 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 63CDD5F246 for ; Tue, 13 Sep 2016 17:02:08 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 71423E002B for ; Tue, 13 Sep 2016 17:02:07 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 6CBEB3A01DD for ; Tue, 13 Sep 2016 17:02:07 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1760576 - /subversion/branches/1.9.x/STATUS Date: Tue, 13 Sep 2016 17:02:07 -0000 To: commits@subversion.apache.org From: stsp@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160913170207.6CBEB3A01DD@svn01-us-west.apache.org> archived-at: Tue, 13 Sep 2016 17:02:11 -0000 Author: stsp Date: Tue Sep 13 17:02:07 2016 New Revision: 1760576 URL: http://svn.apache.org/viewvc?rev=1760576&view=rev Log: * STATUS: Nominate r1734106 and r1760570. Modified: subversion/branches/1.9.x/STATUS Modified: subversion/branches/1.9.x/STATUS URL: http://svn.apache.org/viewvc/subversion/branches/1.9.x/STATUS?rev=1760576&r1=1760575&r2=1760576&view=diff ============================================================================== --- subversion/branches/1.9.x/STATUS (original) +++ subversion/branches/1.9.x/STATUS Tue Sep 13 17:02:07 2016 @@ -119,6 +119,26 @@ Candidate changes: Votes: +1: stefan2 + * r1734106 + Fix a bug where the wrong source left revision was recorded in a tree + conflict. + Justification: + Conflict info recorded in WC should be correct. + Fix will help users who upgrade to 1.10 with conflicts recorded in WC. + Also, merging this allows r1760570 to merge cleanly. + Votes: + +1: stsp + + * r1760570 + Fix a spurious 'incoming edit' tree conflict with an unmodified file. + Justification: + Tree conflicts should not be raised unnecessarily. + Notes: + Depends on r1734106 to be merged first to avoid a text conflict + in the test suite code. + Votes: + +1: stsp + Veto-blocked changes: =====================