From owner-freebsd-cvsweb@FreeBSD.ORG Fri Feb 27 15:16:32 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 4F18E16A4CE for ; Fri, 27 Feb 2004 15:16:32 -0800 (PST) Received: from smtp1.pp.htv.fi (smtp1.pp.htv.fi [212.90.64.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0553A43D2D for ; Fri, 27 Feb 2004 15:16:32 -0800 (PST) (envelope-from scop@FreeBSD.org) Received: from posti.pp.htv.fi (posti.pp.htv.fi [212.90.64.50]) by smtp1.pp.htv.fi (Postfix) with ESMTP id 2FEFA802E9 for ; Sat, 28 Feb 2004 01:16:31 +0200 (EET) Received: from [62.78.131.215] (cs78131215.pp.htv.fi [62.78.131.215]) /8.11.1) with ESMTP id i1RNGUh29293 for ; Sat, 28 Feb 2004 01:16:30 +0200 (EET) From: Ville =?ISO-8859-1?Q?Skytt=E4?= To: freebsd-cvsweb@FreeBSD.org In-Reply-To: <403F1F6D.4080709@chello.at> References: <403E84AD.8050900@chello.at> <403EF9C6.3080202@alumni.rice.edu> <403F1F6D.4080709@chello.at> Content-Type: text/plain Organization: FreeBSD Message-Id: <1077923790.6550.102.camel@bobcat.mine.nu> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 (1.4.5-7) Date: Sat, 28 Feb 2004 01:16:30 +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 23:16:32 -0000 On Fri, 2004-02-27 at 12:43, Gernot W. Schmied wrote: > > 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). Right, fix applied: http://www.freebsd.org/cgi/cvsweb.cgi/projects/cvsweb/cvsweb.cgi.diff?r1=1.248&r2=1.249 > Thank you, that did the trick ( cvsmodule = ""; in cvsgraph.conf). > Ville, I'd suggest to add a note to the following INSTALL section such as: [...] Actually that change is no longer necessary as the -m option is now always passed to cvsgraph(1), it overrides the "cvsmodule" setting in cvsgraph.conf. However, I moved some related docs around from INSTALL to cvsweb.conf so they're better noticed. Thanks for the heads up!