From owner-freebsd-cvsweb@FreeBSD.ORG Thu Feb 26 15:43:45 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 431B716A4CE for ; Thu, 26 Feb 2004 15:43:45 -0800 (PST) Received: from viefep20-int.chello.at (viefep20-int.chello.at [213.46.255.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5CEB43D2F for ; Thu, 26 Feb 2004 15:43:43 -0800 (PST) (envelope-from gernot.schmied@chello.at) Received: from chello.at ([213.47.70.127]) by viefep20-int.chello.at (InterMail vM.6.00.05.02 201-2115-109-103-20031105) with ESMTP id <20040226234342.YWEG2453.viefep20-int.chello.at@chello.at> for ; Fri, 27 Feb 2004 00:43:42 +0100 Message-ID: <403E84AD.8050900@chello.at> Date: Fri, 27 Feb 2004 00:43:41 +0100 From: "Gernot W. Schmied" User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en, es, es-es, de-at, de MIME-Version: 1.0 To: freebsd-cvsweb@freebsd.org X-Enigmail-Version: 0.83.3.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: 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: Thu, 26 Feb 2004 23:43:45 -0000 Hello, 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. 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. --- relevant section from cvsweb.conf --------------------------------- # Allow graphical representations of file revisions and branches with CvsGraph? # $allow_cvsgraph = $CMD{cvsgraph} ? 1 : 0; # Path to the CvsGraph configuration file. Only used if $allow_cvsgraph # is true. Leave this empty or comment it out to make cvsgraph(1) use its # default configuration file. # $cvsgraph_config = "/usr/local/etc/cvsgraph.conf"; ----------------------------------------------------------------------- Any advice greatly appreciated. Gernot