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 E920999EF for ; Wed, 5 Oct 2011 06:58:41 +0000 (UTC) Received: (qmail 39263 invoked by uid 500); 5 Oct 2011 06:58:41 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 39219 invoked by uid 500); 5 Oct 2011 06:58:41 -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 Delivered-To: moderator for users@subversion.apache.org Received: (qmail 25700 invoked by uid 99); 5 Oct 2011 06:46:20 -0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of anacrolix@gmail.com designates 209.85.214.43 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; bh=/q1JAIF3+H2st+5zSpuCO1IF38G0VLJeSVdqDnBzSPw=; b=ABtpOKu0F5lWcmZGOtZbb8k/Ga9FVIf86eMFd0vRlUtDFZMZkXxt8rWckACBAzSRrH S7P8ktYZhc5r8n7nnDnT2fl52prtTPnZLXGiWQiydu4RsnN7oopUNHWPbA66PrXplLbH zpHuRiwRpncFTZ1g2RVWg+5M0nB7Mupx98tKs= MIME-Version: 1.0 From: Matt Joiner Date: Wed, 5 Oct 2011 17:45:32 +1100 Message-ID: Subject: Transaction author without requiring password To: users@subversion.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Hi Users, I'm trying to force commits to have an attached author, but I don't care for requiring passwords. In other words, commits should contain an author field but there's no enforcing that the committer is who they claim to be. I've tried filtering for an author in the pre-commit hook, but the user name given in the commit is not passed unless anon-access doesn't given write privileges, and auth-access is enabled. Furthermore, without a corresponding author name in the passwd file, I don't think svnserve makes it to the pre-commit stage at all. Are there any recommended solutions for ensuring that commits have an attached author, or similar field? Cheers, Matt