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 A8CDF200D40 for ; Sat, 18 Nov 2017 18:47:16 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 9DDAB160BF7; Sat, 18 Nov 2017 17:47:16 +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 DB1B0160BE5 for ; Sat, 18 Nov 2017 18:47:15 +0100 (CET) Received: (qmail 60556 invoked by uid 500); 18 Nov 2017 17:47:15 -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 60546 invoked by uid 99); 18 Nov 2017 17:47:14 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Nov 2017 17:47:14 +0000 Received: from [192.168.1.3] (unknown [81.174.159.228]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 1D22D1A0236 for ; Sat, 18 Nov 2017 17:47:13 +0000 (UTC) Subject: Re: Checkpointing v1 design From: Julian Foad To: dev@subversion.apache.org References: <9a3d7e1b-0d10-b431-6d85-8056f108e5f2@apache.org> Message-ID: <830ec0ab-dc70-4e03-3ef5-3b1d4934ec52@apache.org> Date: Sat, 18 Nov 2017 17:47:11 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <9a3d7e1b-0d10-b431-6d85-8056f108e5f2@apache.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 7bit archived-at: Sat, 18 Nov 2017 17:47:16 -0000 Julian Foad wrote: > [...] > This aims to streamline the manual method, which I use myself, of using > 'svn diff' and 'svn patch' to create and apply patches named > 'feature-v1.patch', 'feature-v2.patch', etc. An initial version is now committed to 'shelve-checkpoint' branch. - Julian