Return-Path: X-Original-To: apmail-subversion-users-archive@minotaur.apache.org Delivered-To: apmail-subversion-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9A6AC104B9 for ; Mon, 30 Sep 2013 13:43:49 +0000 (UTC) Received: (qmail 22565 invoked by uid 500); 30 Sep 2013 13:43:47 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 22543 invoked by uid 500); 30 Sep 2013 13:43:47 -0000 Mailing-List: contact users-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@subversion.apache.org Received: (qmail 22536 invoked by uid 99); 30 Sep 2013 13:43:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Sep 2013 13:43:47 +0000 X-ASF-Spam-Status: No, hits=-0.5 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sveri80@googlemail.com designates 209.85.216.170 as permitted sender) Received: from [209.85.216.170] (HELO mail-qc0-f170.google.com) (209.85.216.170) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Sep 2013 13:43:43 +0000 Received: by mail-qc0-f170.google.com with SMTP id m20so3682680qcx.1 for ; Mon, 30 Sep 2013 06:43:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=Q6UAwYjKBi3yOep82F7aPSnLP5ROksOMyfh3z3q0O4I=; b=blaslAB44X4W49iRL479T7vnTRrRBShA9WwkRNAdlEP3tU8HrXWtWgOfNT1WuZmteh WON72tmJ1RDk5THr43Xhvc6oJjhrbu4HsAQmL/vzb1O6+Kw9+JpXmyoJFMbYOrxS00GW UN6h8azBJZV2tr3YRB+PQn3k0Mpip6utw8GuJGQfMLHo2cL4e4ZbUiyNfWjDBFCReJzG WI/PMF12dprmqYBbS2z093aVs6KH7dcrF91AYes8/Sa5hWnjnEMcjLDCYqnshtgQ9LZB KnaVCn7KRrkWCvVDqqPtmJw6l0aMnLZTIUzTBcP5s67wLOf73ZHVnBGLVRuLwJKeCjY1 DkfA== MIME-Version: 1.0 X-Received: by 10.49.25.41 with SMTP id z9mr28936923qef.72.1380548602438; Mon, 30 Sep 2013 06:43:22 -0700 (PDT) Received: by 10.140.26.200 with HTTP; Mon, 30 Sep 2013 06:43:22 -0700 (PDT) In-Reply-To: <1B05D8F50421E24799AE93B03CC284BE01CD38BE04@CRPMBX01.corp.cbeyond.net> References: <1B05D8F50421E24799AE93B03CC284BE01CD38BE04@CRPMBX01.corp.cbeyond.net> Date: Mon, 30 Sep 2013 15:43:22 +0200 Message-ID: Subject: Re: Copy changes from one branch to another From: Sven Richter To: users@subversion.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Hi, On Mon, Sep 30, 2013 at 3:14 PM, Andrew Reedick wrote: > > Post commit script that deletes branch A and then recreates branch A from= trunk, i.e. make branch A effectively a tag. Since the delete and copy ar= e server side commands, no workspace is needed to make it work. However th= is will fail if (when) you need to make custom changes on branch A. But that has the effect that i will have all the changes from trunk in branch A, which is not what I want. I only want some certain changes inside there, the changes committed from our team. Best Regards, Sven