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 B0983200CC6 for ; Tue, 18 Jul 2017 18:01:55 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id AF318167164; Tue, 18 Jul 2017 16:01:55 +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 022C2167155 for ; Tue, 18 Jul 2017 18:01:54 +0200 (CEST) Received: (qmail 29985 invoked by uid 500); 18 Jul 2017 16:01:54 -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 29966 invoked by uid 99); 18 Jul 2017 16:01:53 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Jul 2017 16:01:53 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 5E24B180157 for ; Tue, 18 Jul 2017 16:01:53 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.048 X-Spam-Level: X-Spam-Status: No, score=-1.048 tagged_above=-999 required=6.31 tests=[KAM_COUK=1.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-2.8, SPF_NEUTRAL=0.652] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 55g7z7wI0xea for ; Tue, 18 Jul 2017 16:01:49 +0000 (UTC) Received: from know-smtprelay-omc-10.server.virginmedia.net (know-smtprelay-omc-10.server.virginmedia.net [80.0.253.74]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id 3A9C65F6C0 for ; Tue, 18 Jul 2017 16:01:49 +0000 (UTC) Received: from localhost ([86.9.48.152]) by know-smtprelay-10-imp with bizsmtp id mG1j1v00c3H0lpA01G1jne; Tue, 18 Jul 2017 17:01:43 +0100 X-Originating-IP: [86.9.48.152] X-Authenticated-User: codematters@ntlworld.com X-Spam: 0 X-Authority: v=2.1 cv=SeoKDalu c=1 sm=1 tr=0 a=rSjZpmdkpCpLRM02tfIJ4Q==:117 a=rSjZpmdkpCpLRM02tfIJ4Q==:17 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=ZzP43A-ZAAAA:8 a=2Dir4O80OvmELpnVDMMA:9 a=jNOxLAHq9nAA:10 a=ZNyAjvM69PY-IXp6Wrnc:22 From: Philip Martin To: Doug Brown Cc: dev@subversion.apache.org Subject: Re: [PATCH] add ability to export a specific revision when a working copy path is supplied (v2) References: <87o9sjpb6q.fsf@codematters.co.uk> Date: Tue, 18 Jul 2017 17:01:43 +0100 In-Reply-To: (Doug Brown's message of "Mon, 17 Jul 2017 16:36:19 -0700") Message-ID: <877ez5n388.fsf@codematters.co.uk> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain archived-at: Tue, 18 Jul 2017 16:01:55 -0000 Doug Brown writes: > Thanks for your feedback! That change makes perfect sense. Here is a > second attempt at this patch that I think addresses everything you > listed. Patch with log message is attached. Committed as r1802316. Thanks! -- Philip