From owner-freebsd-cvsweb@FreeBSD.ORG Mon Feb 14 07:22:33 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 121EF16A4CE for ; Mon, 14 Feb 2005 07:22:33 +0000 (GMT) Received: from smtp1.pp.htv.fi (smtp1.pp.htv.fi [213.243.153.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7FD043D2D for ; Mon, 14 Feb 2005 07:22:32 +0000 (GMT) (envelope-from scop@FreeBSD.org) Received: from cs78128192.pp.htv.fi (cs78128192.pp.htv.fi [62.78.128.192]) by smtp1.pp.htv.fi (Postfix) with ESMTP id 333A37FC3B for ; Mon, 14 Feb 2005 09:22:31 +0200 (EET) From: Ville =?ISO-8859-1?Q?Skytt=E4?= To: freebsd-cvsweb@freebsd.org In-Reply-To: <17112.1108353685@www27.gmx.net> References: <17112.1108353685@www27.gmx.net> Content-Type: text/plain; charset=ISO-8859-1 Organization: FreeBSD Date: Mon, 14 Feb 2005 09:22:30 +0200 Message-Id: <1108365750.5281.383.camel@bobcat.mine.nu> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 (2.0.3-2) Content-Transfer-Encoding: 8bit Subject: Re: following error when trzing to fetch or view a file via webcvs 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: Mon, 14 Feb 2005 07:22:33 -0000 On Mon, 2005-02-14 at 05:01 +0100, "Christian Müller" wrote: > example link> > http://cvsup.leo.org/cgi-bin/cvsweb.cgi/src/sys/dev/if_ndis/if_ndis.c?rev=1.78&content-type=text/x-cvsweb-markup > > > Error: Unexpected output from cvs co: /usr/bin/cvs: invalid option -- l [...] That's the result of using a relatively old version of cvsweb in its default configuration with a relatively new version of cvs. Newer versions of cvs don't have the -l option, nor do recent versions of cvsweb (>= 3.0.1) try to use it by default. Remove -l from your cvsweb.conf's @cvs_options (and/or upgrade to cvsweb 3.0.x).