From owner-freebsd-cvsweb@FreeBSD.ORG Wed Oct 29 10:23:08 2003 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 C957516A4CF for ; Wed, 29 Oct 2003 10:23:08 -0800 (PST) Received: from smtp1.pp.htv.fi (smtp1.pp.htv.fi [212.90.64.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id E56FE43FB1 for ; Wed, 29 Oct 2003 10:23:05 -0800 (PST) (envelope-from scop@FreeBSD.org) Received: from posti.pp.htv.fi (posti.pp.htv.fi [212.90.64.50]) by smtp1.pp.htv.fi (Postfix) with ESMTP id CB03280519 for ; Wed, 29 Oct 2003 20:23:04 +0200 (EET) Received: from cs78134079.pp.htv.fi (cs78134079.pp.htv.fi [62.78.134.79]) /8.11.1) with ESMTP id h9TIN4c19036 for ; Wed, 29 Oct 2003 20:23:04 +0200 (EET) From: Ville =?ISO-8859-1?Q?Skytt=E4?= To: freebsd-cvsweb@FreeBSD.org In-Reply-To: <000201c39db0$67689d20$d600a8c0@craigavon> References: <000201c39db0$67689d20$d600a8c0@craigavon> Content-Type: text/plain Organization: FreeBSD Message-Id: <1067451783.1285.107.camel@bobcat.mine.nu> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Wed, 29 Oct 2003 20:23:03 +0200 Content-Transfer-Encoding: 7bit Subject: Re: cvsweb 2.9.1 and enscript 1.6.2 X-BeenThere: freebsd-cvsweb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS Web maintenance mailing list [restricted posting] List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Oct 2003 18:23:08 -0000 On Wed, 2003-10-29 at 02:05, Ian Lartey wrote: > I suppose my first question is: > Does cvsweb 12.9.1 work OK with enscript 1.6.2 ? > (The comments in the cvswed.conf say yes > so I'll move onto my to my problem) It should, although I have personally only tested with 1.6.4 from http://people.ssh.com/mtr/genscript/ > in "Colored" diff format the line number hyper text links are present > but result in the following error on the http server: > .../etc/cvsweb.confenscript: option `--highlight=c' is ambiguous,..... Huh, I have no idea how "c" gets passed to --highlight or why the /etc/cvsweb.conf stuff is in the error log. Could you post unedited snippets from the error log? What web server do you run and on what platform? For context diffs, the value to --highlight should be "diff", "diffu" for unified, and "diffs" for side by side diffs. > with "Side by side, colored" format the following error occurs: > .../etc/cvsweb.confenscript: option `--highlight=diffs' is > ambiguous,..... Hm. What diff* files do you have in the enscript hl directory? Could you try the most recent highlighting stuff available from the enscript homepage above? What about enscript-colored unified diffs, do they work? What about enscript-colorized source code (not diff) views? > I'm not sure what I have missed out, lang_cvsweb.st is in the > hl directory of enscript. > > could this mean I have a problem with IPC::RUN ? Most likely not, looks like an enscript problem to me. To isolate the problem, I'd suggest (in addition to the above) running enscript from the command line for unified, context and side by side diffs using diffu, diff and diffs for values of --highlight respectively. Let the list know how it goes, and thanks for testing the beta!