From owner-freebsd-cvsweb@FreeBSD.ORG Mon Jan 12 21:58:09 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 958B716A4CE for ; Mon, 12 Jan 2004 21:58:09 -0800 (PST) Received: from TYO202.gate.nec.co.jp (TYO202.gate.nec.co.jp [210.143.35.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48F7D43D3F for ; Mon, 12 Jan 2004 21:58:07 -0800 (PST) (envelope-from lejanson@ntsp.nec.co.jp) Received: from mailgate3.nec.co.jp ([10.7.69.162])i0D5w5713575 for ; Tue, 13 Jan 2004 14:58:05 +0900 (JST) Received: (from root@localhost) by mailgate3.nec.co.jp (8.11.7/3.7W-MAILGATE-NEC) id i0D5w5q08566 for freebsd-cvsweb@FreeBSD.org; Tue, 13 Jan 2004 14:58:05 +0900 (JST) Received: from fireball.ntsp.nec.co.jp (postfix@[172.28.58.1]) by isgw1.nec.co.jp (8.11.7/3.7W-ISGW-NEC) with ESMTP id i0D5w3018575 for ; Tue, 13 Jan 2004 14:58:03 +0900 (JST) Received: from the-one (localhost [127.0.0.1]) by fireball.ntsp.nec.co.jp (Postfix) with ESMTP id 34D0129B0D for ; Tue, 13 Jan 2004 13:54:30 +0800 (HKT) Received: from 172.28.58.4 ([172.28.58.4] helo=galadriel.ntsp.nec.co.jp) by the-one ; 13 Jan 04 05:54:30 -0000 Received: from hq.ntsp.nec.co.jp (frytrix.hq.ntsp.nec.co.jp [172.28.58.129]) by galadriel.ntsp.nec.co.jp (Postfix) with ESMTP id 7FFE840206 for ; Tue, 13 Jan 2004 13:55:21 +0800 (PHT) Received: (from smtp@localhost) by hq.ntsp.nec.co.jp (8.9.2/8.9.2) id NAA04049 for ; Tue, 13 Jan 2004 13:36:12 +0800 (HKT) Received: from UNKNOWN(172.28.61.30), claiming to be "hq.ntsp.nec.co.jp" via SMTP by frytrix, id smtpdAAASj6lA_; Tue Jan 13 05:36:08 2004 Message-ID: <400389EA.7040106@hq.ntsp.nec.co.jp> Date: Tue, 13 Jan 2004 14:02:18 +0800 From: "Lejanson C. Go" Organization: NEC Telecom Software Philippines Inc. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030703 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-cvsweb@FreeBSD.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: question on cvs web 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: Tue, 13 Jan 2004 05:58:09 -0000 Hello Good day, I got this error after I install CVS Web on my RH 7.3 Linux Box. Running Apache 2 and Perl 5.6. -- Error Error: $cvstreedefault points to a repository (local) not defined in %CVSROOT (edit your configuration file /usr/local/cvsweb-2.0.6/cvsweb.conf) -- This is my config in the cvsweb.conf: -- @CVSrepositories = ( 'local' => ['Local Repository', '/home/cvsuser/repository'], # 'freebsd' => ['FreeBSD', '/home/ncvs'], # 'openbsd' => ['OpenBSD', '/home/ncvs'], # 'netbsd' => ['NetBSD', '/home/ncvs'], # 'ruby' => ['Ruby', '/var/anoncvs/ruby'], ); # This tree is enabled by default when # you enter the page $cvstreedefault = $CVSrepositories[2 * 0]; # The first one -- what are the other things i need to change? Any help is appreciated. Thanks a lot. Lejanson