From owner-freebsd-cvsweb@FreeBSD.ORG Thu Mar 3 05:46:25 2005 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 E278216A4CE for ; Thu, 3 Mar 2005 05:46:25 +0000 (GMT) Received: from smtp811.mail.sc5.yahoo.com (smtp811.mail.sc5.yahoo.com [66.163.170.81]) by mx1.FreeBSD.org (Postfix) with SMTP id 8267343D1F for ; Thu, 3 Mar 2005 05:46:25 +0000 (GMT) (envelope-from noackjr@alumni.rice.edu) Received: from unknown (HELO optimator.noacks.org) (noacks@swbell.net@70.240.225.210 with login) by smtp811.mail.sc5.yahoo.com with SMTP; 3 Mar 2005 05:46:25 -0000 Received: from localhost (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id 8C41662A9; Wed, 2 Mar 2005 23:46:24 -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 60502-02; Wed, 2 Mar 2005 23:46:23 -0600 (CST) Received: from compgeek.noacks.org (compgeek [192.168.1.10]) by optimator.noacks.org (Postfix) with ESMTP id 221C56189; Wed, 2 Mar 2005 23:46:23 -0600 (CST) Received: from [127.0.0.1] (localhost [127.0.0.1]) by compgeek.noacks.org (8.13.3/8.13.3) with ESMTP id j235kM6C051819; Wed, 2 Mar 2005 23:46:22 -0600 (CST) (envelope-from noackjr@alumni.rice.edu) Message-ID: <4226A4AE.8000707@alumni.rice.edu> Date: Wed, 02 Mar 2005 23:46:22 -0600 From: Jon Noack User-Agent: Mozilla Thunderbird 1.0 (X11/20050202) X-Accept-Language: en-us, en MIME-Version: 1.0 To: nicy 1120 References: <47cb9280050302210728a9fb9e@mail.gmail.com> <42269CAF.5040705@alumni.rice.edu> <47cb9280050302213063054791@mail.gmail.com> In-Reply-To: <47cb9280050302213063054791@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at noacks.org cc: freebsd-cvsweb@freebsd.org Subject: Re: cvsweb:Error 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: Thu, 03 Mar 2005 05:46:26 -0000 On 03/02/05 23:30, nicy 1120 wrote: > hi Jon Noach > I chmod 777 to cvsroot/CVSROOT,but show same error too,Can you help me? You need to change the permissions on cvsroot (not cvsroot/CVSROOT). For CVSweb to work, the web server user needs to have read and execute access to the cvsroot directory. My directory permissions are as follows: drwxrwxr-x 7 noackjr cvs - 512 Jul 9 2004 cvsroot drwxrwxr-x 7 noackjr cvs - 512 Dec 16 15:47 cvsroot/CVSROOT Jon