Return-Path: X-Original-To: apmail-subversion-dev-archive@minotaur.apache.org Delivered-To: apmail-subversion-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E331CC301 for ; Mon, 14 May 2012 17:07:20 +0000 (UTC) Received: (qmail 21862 invoked by uid 500); 14 May 2012 17:07:20 -0000 Delivered-To: apmail-subversion-dev-archive@subversion.apache.org Received: (qmail 21780 invoked by uid 500); 14 May 2012 17:07:20 -0000 Mailing-List: contact dev-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@subversion.apache.org Received: (qmail 21771 invoked by uid 99); 14 May 2012 17:07:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 May 2012 17:07:20 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [192.109.42.8] (HELO einhorn.in-berlin.de) (192.109.42.8) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 May 2012 17:07:10 +0000 X-Envelope-From: stsp@stsp.name Received: from ted.stsp.name (ted.stsp.name [217.197.84.34]) by einhorn.in-berlin.de (8.13.6/8.13.6/Debian-1) with ESMTP id q4EH6nZd029306 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 14 May 2012 19:06:49 +0200 Received: from ted.stsp.name (stsp@localhost [127.0.0.1]) by ted.stsp.name (8.14.5/8.14.3) with ESMTP id q4EH6nPt015045; Mon, 14 May 2012 19:06:49 +0200 (CEST) Received: (from stsp@localhost) by ted.stsp.name (8.14.5/8.14.3/Submit) id q4EH6mUx023267; Mon, 14 May 2012 19:06:48 +0200 (CEST) Date: Mon, 14 May 2012 19:06:48 +0200 From: Stefan Sperling To: Dmitry Pavlenko Cc: dev@subversion.apache.org Subject: Re: paths in diff output (possible bug) Message-ID: <20120514170648.GE13333@ted.stsp.name> Mail-Followup-To: Dmitry Pavlenko , dev@subversion.apache.org References: <201203192154.58873.pavlenko@tmatesoft.com> <20120503125154.GO28092@ted.stsp.name> <20120503185659.GU28092@ted.stsp.name> <201205032205.26824.pavlenko@tmatesoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201205032205.26824.pavlenko@tmatesoft.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Scanned-By: MIMEDefang_at_IN-Berlin_e.V. on 192.109.42.8 On Thu, May 03, 2012 at 10:05:26PM +0200, Dmitry Pavlenko wrote: > Thanks, Stefan, > I like the approach of a fake checkout. Actually this is what I meant by proposing to handle this > case separatedly. > Hi again Dmitry, can you please check if r1338291 fixed diff output as expected? Thanks!