From owner-freebsd-cvsweb@FreeBSD.ORG Thu Jan 20 21:59:07 2005 Return-Path: Delivered-To: freebsd-cvsweb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C382116A4CE for ; Thu, 20 Jan 2005 21:59:07 +0000 (GMT) Received: from smtp3.pp.htv.fi (smtp3.pp.htv.fi [213.243.153.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 780F643D48 for ; Thu, 20 Jan 2005 21:59:07 +0000 (GMT) (envelope-from scop@FreeBSD.org) Received: from cs78128192.pp.htv.fi (cs78128192.pp.htv.fi [62.78.128.192]) by smtp3.pp.htv.fi (Postfix) with ESMTP id A9F7827B4E3; Thu, 20 Jan 2005 23:53:43 +0200 (EET) From: Ville =?ISO-8859-1?Q?Skytt=E4?= To: Chris Brown In-Reply-To: References: Content-Type: text/plain Organization: FreeBSD Date: Thu, 20 Jan 2005 23:53:42 +0200 Message-Id: <1106258022.3105.19.camel@bobcat.mine.nu> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 (2.0.3-2) Content-Transfer-Encoding: 7bit cc: freebsd-cvsweb@freebsd.org Subject: Re: Command line too long! X-BeenThere: freebsd-cvsweb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS Web maintenance mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jan 2005 21:59:07 -0000 On Thu, 2005-01-20 at 15:17 +0000, Chris Brown wrote: > I have now realised that my module contains so many files (~570) that the > command line to run rlog is longer than it (or the shell maybe) can > handle. To get around this I wrote a patch to version 3.0.4 of cvsweb.cgi > so it calls rlog incrementally with a configurable number of files at a > time (at the moment set to 150). I hope this is useful to someone. Hum, it's already supposed call rlog incrementally if you tell it to. See $file_list_len and related documentation in cvsweb.conf. Or did I miss something?