Return-Path: X-Original-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8CEA0DAD9 for ; Wed, 8 Aug 2012 08:00:37 +0000 (UTC) Received: (qmail 62912 invoked by uid 500); 8 Aug 2012 08:00:37 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 62059 invoked by uid 500); 8 Aug 2012 08:00:31 -0000 Mailing-List: contact flex-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-dev@incubator.apache.org Received: (qmail 62008 invoked by uid 99); 8 Aug 2012 08:00:30 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Aug 2012 08:00:30 +0000 Received: from localhost (HELO mail-lb0-f175.google.com) (127.0.0.1) (smtp-auth username bdelacretaz, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Aug 2012 08:00:29 +0000 Received: by lban1 with SMTP id n1so271556lba.6 for ; Wed, 08 Aug 2012 01:00:27 -0700 (PDT) MIME-Version: 1.0 Received: by 10.152.112.136 with SMTP id iq8mr13403773lab.18.1344412827768; Wed, 08 Aug 2012 01:00:27 -0700 (PDT) Received: by 10.112.56.130 with HTTP; Wed, 8 Aug 2012 01:00:27 -0700 (PDT) In-Reply-To: References: Date: Wed, 8 Aug 2012 10:00:27 +0200 Message-ID: Subject: Re: [MENTOR] Source code layout for committers From: Bertrand Delacretaz To: flex-dev@incubator.apache.org Content-Type: text/plain; charset=UTF-8 On Tue, Aug 7, 2012 at 9:55 PM, Greg Reddin wrote: > On Tue, Aug 7, 2012 at 2:48 PM, Carol Frampton wrote: >> ..."svn status" is always your friend. > > Yes, but to rely on that is to rely on humans always doing the right > thing, which fails often :-)... An svn commit hook could also be used to make sure nothing is committed to "forbidden" paths. I'm not sure if ASF infrastructure provides for custom per-project hooks, does anyone here know? -Bertrand