From owner-freebsd-cvsweb@FreeBSD.ORG Wed Dec 8 16:40:46 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 DEF4216A4CE for ; Wed, 8 Dec 2004 16:40:46 +0000 (GMT) Received: from smtp1.pp.htv.fi (smtp1.pp.htv.fi [213.243.153.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id A388343D45 for ; Wed, 8 Dec 2004 16:40:46 +0000 (GMT) (envelope-from scop@FreeBSD.org) Received: from cs78134122.pp.htv.fi (cs78134122.pp.htv.fi [62.78.134.122]) by smtp1.pp.htv.fi (Postfix) with ESMTP id 08E1A7FC38; Wed, 8 Dec 2004 18:40:45 +0200 (EET) From: Ville =?ISO-8859-1?Q?Skytt=E4?= To: Daniel Leidert In-Reply-To: <1102489423.16627.19.camel@localhost> References: <1102489423.16627.19.camel@localhost> Content-Type: text/plain Organization: FreeBSD Date: Wed, 08 Dec 2004 18:40:44 +0200 Message-Id: <1102524044.7026.24.camel@bobcat.mine.nu> Mime-Version: 1.0 X-Mailer: Evolution 2.0.2 (2.0.2-3) Content-Transfer-Encoding: 7bit cc: freebsd-cvsweb@freebsd.org Subject: Re: hidecvsroot=1 is ignored (cvsweb 3.0.2) 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: Wed, 08 Dec 2004 16:40:47 -0000 On Wed, 2004-12-08 at 08:03 +0100, Daniel Leidert wrote: > The setting > hidecvsroot=1, which should hide the CVSROOT directory is ignored. You > can directly call this directory from the address-line in the browser If I understand you correctly (and I assume that it isn't really ignored, but it just doesn't do what you think it should), this is not a bug. hidecvsroot is a user setting; it can be changed in the URL to 0/1, IIRC there's no user interface for doing that, and the default value for it can be configured in cvsweb.conf. If you want to really restrict access to CVSROOT/ instead of just not generating links to it in dir views by default, see @ForbiddenFiles in cvsweb.conf. > and it is also possible to get access, by clicking on the button "Change > options" in the web-interface[1]. Then CVSROOT is also shown. That, on the other hand, is a bug still present in 3.0.4; changing (or not) values in the options form should not affect whether CVSROOT is shown or not. I'll look into it. Thanks.