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 2C944200BBB for ; Thu, 10 Nov 2016 21:22:35 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 2B48A160B01; Thu, 10 Nov 2016 20:22:35 +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 7238D160AF7 for ; Thu, 10 Nov 2016 21:22:34 +0100 (CET) Received: (qmail 36475 invoked by uid 500); 10 Nov 2016 20:22:33 -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 36465 invoked by uid 99); 10 Nov 2016 20:22:33 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Nov 2016 20:22:33 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id D292CC14A4 for ; Thu, 10 Nov 2016 20:22:32 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.719 X-Spam-Level: X-Spam-Status: No, score=-0.719 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, UNPARSEABLE_RELAY=0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id bx0iLYQulVwK for ; Thu, 10 Nov 2016 20:22:31 +0000 (UTC) Received: from einhorn.in-berlin.de (einhorn.in-berlin.de [192.109.42.8]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id 70BD55FC6F for ; Thu, 10 Nov 2016 20:22:30 +0000 (UTC) X-Envelope-From: stsp@elego.de Received: from ted.stsp.name (ted.stsp.name [217.197.84.34]) by einhorn.in-berlin.de (8.14.4/8.14.4/Debian-8+deb8u1) with ESMTP id uAAKMIRu023983 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 10 Nov 2016 21:22:18 +0100 Received: from localhost (ted.stsp.name [local]) by ted.stsp.name (OpenSMTPD) with ESMTPA id 36c2da26; Thu, 10 Nov 2016 21:22:18 +0100 (CET) Date: Thu, 10 Nov 2016 21:22:18 +0100 From: Stefan Sperling To: Steven Simpson Cc: users@subversion.apache.org Subject: Re: svnserve not reading hooks-env? Message-ID: <20161110202218.GV9611@ted.stsp.name> Mail-Followup-To: Steven Simpson , users@subversion.apache.org References: <2a68f51a-01fb-a845-e433-8aa98e9d2578@comp.lancs.ac.uk> <49be41bc-e621-9dc2-dd7f-7144cb294ec5@posteo.de> <00d22f28-6b71-e307-d7bc-9891adad0442@comp.lancs.ac.uk> <20161110164010.GR9611@ted.stsp.name> <387a7925-0628-5888-ee14-540b7a30a3e8@comp.lancs.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <387a7925-0628-5888-ee14-540b7a30a3e8@comp.lancs.ac.uk> User-Agent: Mutt/1.6.2 (2016-07-01) archived-at: Thu, 10 Nov 2016 20:22:35 -0000 On Thu, Nov 10, 2016 at 08:12:11PM +0000, Steven Simpson wrote: > On 10/11/16 16:40, Stefan Sperling wrote: > > This looks like a bug where svnserve forgets about applying > > a hook environment config after opening the repository. > > So hooks always run in an empty environment with svnserve. > > > > Ooops. I'm amazed it took so long for someone to notice :-) > > > > This should fix it: > > Cool - thanks! I have reproduced the problem and have confirmed that the patch fixes it. And I have nominated the fix for 1.9.5: http://svn.apache.org/r1769156