Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Feb 2004 09:37:57 +0200
From:      Ville =?ISO-8859-1?Q?Skytt=E4?= <scop@FreeBSD.org>
To:        freebsd-cvsweb@FreeBSD.org
Subject:   Re: cvsgraph integration not working?
Message-ID:  <1077867477.6550.74.camel@bobcat.mine.nu>
In-Reply-To: <403E84AD.8050900@chello.at>
References:  <403E84AD.8050900@chello.at>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1077867477.6550.74.camel>