From owner-freebsd-cvsweb@FreeBSD.ORG Thu Feb 26 23:37:59 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 AB31F16A4CE for ; Thu, 26 Feb 2004 23:37:59 -0800 (PST) Received: from smtp3.pp.htv.fi (smtp3.pp.htv.fi [213.243.153.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46A6743D2D for ; Thu, 26 Feb 2004 23:37:59 -0800 (PST) (envelope-from scop@FreeBSD.org) Received: from posti.pp.htv.fi (posti.pp.htv.fi [212.90.64.50]) by smtp3.pp.htv.fi (Postfix) with ESMTP id 8ED7B27C37F for ; Fri, 27 Feb 2004 09:37:58 +0200 (EET) Received: from [62.78.131.215] (cs78131215.pp.htv.fi [62.78.131.215]) /8.11.1) with ESMTP id i1R7bwh06264 for ; Fri, 27 Feb 2004 09:37:58 +0200 (EET) From: Ville =?ISO-8859-1?Q?Skytt=E4?= To: freebsd-cvsweb@FreeBSD.org In-Reply-To: <403E84AD.8050900@chello.at> References: <403E84AD.8050900@chello.at> Content-Type: text/plain Organization: FreeBSD Message-Id: <1077867477.6550.74.camel@bobcat.mine.nu> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 (1.4.5-7) Date: Fri, 27 Feb 2004 09:37:57 +0200 Content-Transfer-Encoding: 7bit Subject: Re: cvsgraph integration not working? 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: Fri, 27 Feb 2004 07:37:59 -0000 On Fri, 2004-02-27 at 01:43, Gernot W. Schmied wrote: > I've tried to get cvsgraph 1.4 working with cvsweb 3.0.0 for hours now. > It just produces an empty page, no image, no errors, nada. Hm, to verify, is the result page completely empty, or does it look ok otherwise except that the image is missing? > I am pretty > sure the configuration file is OK (binary path, cvsgraph.conf). I can as > well see the little symbolic icons beneath the files. I tried > cvsgraph from the command line and it produces a perfect png, but > unfortunately not from within cvsweb .-(((. It just appears the image is > not displayed. Some things to check: Any errors in the web server error log file? Have you tried without setting the cvsgraph config file in cvsweb.conf? Did you try from the command line as the user running your web server, and using the same arguments that cvsweb does? In your case the image generation command would be something like: cvsgraph -r /path/to/cvsroot \ -c /usr/local/etc/cvsgraph.conf \ some/file,v > my.png The other command to cvsgraph generates the HTML for the imagemap and is a little more complicated wrt options, see doGraphView() in cvsweb.cgi, around line 3100.