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 3616011372 for ; Wed, 3 Sep 2014 20:35:18 +0000 (UTC) Received: (qmail 90645 invoked by uid 500); 3 Sep 2014 20:35:16 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 90613 invoked by uid 500); 3 Sep 2014 20:35:16 -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 90603 invoked by uid 99); 3 Sep 2014 20:35:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Sep 2014 20:35:16 +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 (athena.apache.org: domain of kim.grasman@gmail.com designates 209.85.216.42 as permitted sender) Received: from [209.85.216.42] (HELO mail-qa0-f42.google.com) (209.85.216.42) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Sep 2014 20:35:12 +0000 Received: by mail-qa0-f42.google.com with SMTP id dc16so4489655qab.15 for ; Wed, 03 Sep 2014 13:34:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=SeHZBZq+ZyPzIekgK4J1WnsJbM2YXPP7awd0OSIr/4M=; b=PpW2jvG24mSUcTXzGfDo2can7AhQ0JFahR8jPFFwtVukoU4nZuQOrkmnvz25kT/+su xCm7GWagguXxP+TWkM33T3iPIWx4lRd0NZMhTE1mTgoxZfKIjdlervMHUQQ57sNzMbtq RzZthdaFWH4tEPsBc/4KXUFkhlLGeKdLJKSYvcQrQkNg9F9bwFvgtZZ92h/HvfsguAvJ qkI248l/rPkxZL7J2SA11Z2MxKiBACiCFLz2hF4dtT7M38EqqyCmP2UUN9/echmR76aU Om8AjcjerDFN3p8RiB/9m7mlMmYx11sb8/CpDkP89MXmLsOj8i76QQpWoTljEWlbX1FS Sddw== MIME-Version: 1.0 X-Received: by 10.224.26.84 with SMTP id d20mr25962qac.11.1409776491414; Wed, 03 Sep 2014 13:34:51 -0700 (PDT) Received: by 10.140.42.21 with HTTP; Wed, 3 Sep 2014 13:34:51 -0700 (PDT) In-Reply-To: <54077A56.9090907@gmx.de> References: <54076DFC.206@wandisco.com> <54077533.9020501@wandisco.com> <54077A56.9090907@gmx.de> Date: Wed, 3 Sep 2014 22:34:51 +0200 Message-ID: Subject: Re: Commit bot without password From: =?UTF-8?B?S2ltIEdyw6RzbWFu?= To: Andreas Stieger Cc: users@subversion.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org On Wed, Sep 3, 2014 at 10:30 PM, Andreas Stieger wrote: > > Example for manipulating the revision properties of the incoming > transaction: > http://svn.apache.org/viewvc/subversion/trunk/tools/hook-scripts/persist-ephemeral-txnprops.py?view=markup Love it, thanks! I'll try and experiment with this tomorrow and post back. - Kim