From owner-freebsd-cvsweb@FreeBSD.ORG Tue Dec 7 21:03:25 2004 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 6AE2316A4CE for ; Tue, 7 Dec 2004 21:03:25 +0000 (GMT) Received: from smtp2.pp.htv.fi (smtp2.pp.htv.fi [213.243.153.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25A7943D55 for ; Tue, 7 Dec 2004 21:03:25 +0000 (GMT) (envelope-from scop@FreeBSD.org) Received: from cs78134122.pp.htv.fi (cs78134122.pp.htv.fi [62.78.134.122]) by smtp2.pp.htv.fi (Postfix) with ESMTP id 901C7296DA6; Tue, 7 Dec 2004 23:03:23 +0200 (EET) From: Ville =?ISO-8859-1?Q?Skytt=E4?= To: Michael Whitman In-Reply-To: <000c01c4dc76$3c5fa7d0$2501a8c0@Satellite> References: <000c01c4dc76$3c5fa7d0$2501a8c0@Satellite> Content-Type: text/plain Organization: FreeBSD Date: Tue, 07 Dec 2004 23:03:23 +0200 Message-Id: <1102453403.30268.34.camel@bobcat.mine.nu> Mime-Version: 1.0 X-Mailer: Evolution 2.0.2 (2.0.2-3) Content-Transfer-Encoding: 7bit cc: freebsd-cvsweb@freebsd.org cc: 'Emmanuel Szabados' Subject: Re: cvsweb on solaris 9 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: Tue, 07 Dec 2004 21:03:25 -0000 On Tue, 2004-12-07 at 11:03 -0500, Michael Whitman wrote: > Error: Checkout failure (exit status -1), output: > > ' -f -d /data/repository co -p -r1.3 > LawCatalog/www.dev.lawcatalog.com/default.cfm' failed: Command '' not > found in at /usr/local/apache/cgi-bin/cvsweb.cgi line 4370 That command lacks the actual "cvs" executable. Check your @command_path parameter and related commentary in cvsweb.conf; ie. verify that the "cvs" binary is found in one of those paths.