cvsgraph integration not working?
VilleSkyttä
scop at FreeBSD.org
Thu Feb 26 23:37:59 PST 2004
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.
More information about the freebsd-cvsweb
mailing list