From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30237 invoked by alias); 26 Aug 2008 18:00:41 -0000 Received: (qmail 30229 invoked by uid 22791); 26 Aug 2008 18:00:41 -0000 X-Spam-Check-By: sourceware.org Received: from qb-out-1314.google.com (HELO qb-out-1314.google.com) (72.14.204.172) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 26 Aug 2008 17:56:07 +0000 Received: by qb-out-1314.google.com with SMTP id q18so3636270qbq.28 for ; Tue, 26 Aug 2008 10:55:36 -0700 (PDT) Received: by 10.210.80.17 with SMTP id d17mr226626ebb.58.1219772478743; Tue, 26 Aug 2008 10:41:18 -0700 (PDT) Received: by 10.210.66.15 with HTTP; Tue, 26 Aug 2008 10:41:18 -0700 (PDT) Message-ID: <6dc9ffc80808261041gf6909e2sdac39bdee67eee3@mail.gmail.com> Date: Wed, 27 Aug 2008 16:33:00 -0000 From: "H.J. Lu" To: "=?ISO-8859-1?Q?Manuel_L=F3pez-Ib=E1=F1ez?=" Subject: Re: [PATCH] limit commit message to 500 lines (was: Please, do not use the merged revisions log as the commit message when merging) Cc: "Gcc Patch List" , "Daniel Berlin" In-Reply-To: <6c33472e0808261036i3025c80l43b3a0e618f2e2c5@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <6c33472e0808260718v281cff7en1dcc6ec54cdfdcc9@mail.gmail.com> <6dc9ffc80808260806s4cdf623chadd0abf5b99349dc@mail.gmail.com> <6c33472e0808260919m4cebeb0fr7afc26cef1d24d4e@mail.gmail.com> <6dc9ffc80808260927w6b5b88au52b47571ed2de2af@mail.gmail.com> <6c33472e0808260946t411e045n74ce61ae38dd01fc@mail.gmail.com> <6dc9ffc80808261031q58ac0c2fo8e349d510231b8ac@mail.gmail.com> <6c33472e0808261036i3025c80l43b3a0e618f2e2c5@mail.gmail.com> X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2008-08/txt/msg02039.txt.bz2 Message-ID: <20080827163300.uXnZmxyjt6ITKrbp2yiWaV1V5AecPhyHjfEY7Q-KPK8@z> On Tue, Aug 26, 2008 at 10:36 AM, Manuel L=F3pez-Ib=E1=F1ez wrote: > 2008/8/26 H.J. Lu : >> >> Can we modify svnmerge to generate an output which will be ignored >> by "svn ci"? > > svnmerge comes with your subversion distribution. > (e.g., package subversion-tools in Ubuntu) > We do not control it. > Fedora 9 doesn't come with svnmerge. I don't think it is the part of the regular subversion package. --=20 H.J.