Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 72362 invoked from network); 20 Sep 2007 16:44:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Sep 2007 16:44:36 -0000 Received: (qmail 6369 invoked by uid 500); 20 Sep 2007 16:44:27 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 6354 invoked by uid 500); 20 Sep 2007 16:44:27 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 6343 invoked by uid 99); 20 Sep 2007 16:44:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Sep 2007 09:44:27 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [208.30.140.160] (HELO moroha.quovadx.com) (208.30.140.160) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Sep 2007 16:44:27 +0000 Received: from qxvcexch01.ad.quovadx.com ([192.168.170.59]) by moroha.quovadx.com (8.13.6/8.13.6) with ESMTP id l8KGhOrA029087 for ; Thu, 20 Sep 2007 16:43:24 GMT Received: from [10.70.3.113] ([10.70.3.113]) by qxvcexch01.ad.quovadx.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 20 Sep 2007 10:44:01 -0600 Message-ID: <46F2A355.20309@roguewave.com> Date: Thu, 20 Sep 2007 10:44:05 -0600 From: Martin Sebor Organization: Rogue Wave Software, Inc. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.6) Gecko/20070802 SeaMonkey/1.1.4 MIME-Version: 1.0 To: stdcxx-dev@incubator.apache.org Subject: Re: svn commit: r577778 [1/20] - in /incubator/stdcxx/trunk/etc/nls: charmaps/ posix/charmaps/ posix/src/ src/ References: <20070920151312.24D7D1A9832@eris.apache.org> <46F29196.5060409@roguewave.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 20 Sep 2007 16:44:01.0234 (UTC) FILETIME=[727D5320:01C7FBA5] X-Virus-Checked: Checked by ClamAV on apache.org Travis Vitek wrote: > > > Travis Vitek wrote: >> Martin Sebor wrote: >>> This Change Log seems to have lost its leading asterisks. I'll be >>> generating ChangeLogs for stdcxx before the release so I could add >>> them then but I wonder if we could fix it in Subversion now? >>> >> That's my fault. I forgot to put them in the changelogs that I pasted >> into the cases [again]. >> > > It appears that svn has a pre-commit hook that could be used to require > that the correct change format be used for all submissions. That would > avoid this problem in the future. That'd be cool! Maybe we could even use it to reject badly formatted changes ;-) Seriously, the question is, can we use the hook w/o svn admin privileges? Martin