From owner-freebsd-cvsweb@FreeBSD.ORG Fri Feb 27 00:03:24 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 AE52616A4CE for ; Fri, 27 Feb 2004 00:03:24 -0800 (PST) Received: from cmsrelay02.mx.net (cmsrelay02.mx.net [165.212.11.111]) by mx1.FreeBSD.org (Postfix) with SMTP id 6DCF943D2D for ; Fri, 27 Feb 2004 00:03:24 -0800 (PST) (envelope-from noackjr@alumni.rice.edu) Received: from cmsapps01.cms.usa.net (165.212.11.136) by cmsoutbound.mx.net with SMTP; 27 Feb 2004 08:03:24 -0000 Received: from optimator.noacks.org [66.136.22.254] by cmsapps01.cms.usa.net (ASMTP/noackjr@usa.net) via mtad (C8.MAIN.3.13N) with ESMTP id 725iBAiDV0058M36; Fri, 27 Feb 2004 08:03:21 GMT X-USANET-Auth: 66.136.22.254 AUTH noackjr@usa.net optimator.noacks.org Received: from localhost (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id AB0E46101; Fri, 27 Feb 2004 02:03:20 -0600 (CST) Received: from optimator.noacks.org ([127.0.0.1]) by localhost (optimator.noacks.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 98812-05; Fri, 27 Feb 2004 02:03:19 -0600 (CST) Received: from alumni.rice.edu (compgeek [192.168.1.10]) by optimator.noacks.org (Postfix) with ESMTP id 728CB60FC; Fri, 27 Feb 2004 02:03:19 -0600 (CST) Message-ID: <403EF9C6.3080202@alumni.rice.edu> Date: Fri, 27 Feb 2004 02:03:18 -0600 From: Jon Noack User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Gernot W. Schmied" References: <403E84AD.8050900@chello.at> In-Reply-To: <403E84AD.8050900@chello.at> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at noacks.org cc: freebsd-cvsweb@freebsd.org Subject: Re: cvsgraph integration not working? X-BeenThere: freebsd-cvsweb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: noackjr@alumni.rice.edu 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 08:03:24 -0000 On 2/26/2004 5:43 PM, 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. 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. I had this same problem until I set 'cvsmodule = "";' in cvsgraph.conf (it defaults to "ttt"). CVSweb seems to properly set the cvsroot (setting it to something bogus in cvsgraph.conf doesn't break CvsGraph integration in CVSweb), but I don't think CVSweb is passing any value for the module (CvsGraph's '-m' option). Hope that helps, Jon Noack