From owner-freebsd-questions@FreeBSD.ORG Sat Jan 7 04:59:23 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04B9816A41F for ; Sat, 7 Jan 2006 04:59:23 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FB3C43D45 for ; Sat, 7 Jan 2006 04:59:21 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (patr530-a037.otenet.gr [212.205.215.37]) by rosebud.otenet.gr (8.13.4/8.13.4/Debian-8) with ESMTP id k074xIMK003547; Sat, 7 Jan 2006 06:59:18 +0200 Received: by flame.pc (Postfix, from userid 1001) id 7C8B4115F7; Sat, 7 Jan 2006 06:57:55 +0200 (EET) Date: Sat, 7 Jan 2006 06:57:55 +0200 From: Giorgos Keramidas To: Jose Liang Message-ID: <20060107045755.GA4344@flame.pc> References: <003401c6133e$427b8850$2e02a8c0@josematrix> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <003401c6133e$427b8850$2e02a8c0@josematrix> Cc: freebsd-questions@freebsd.org Subject: Re: Problem with cvs commit failed in cvs-freebsd setup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jan 2006 04:59:23 -0000 On 2006-01-07 11:55, Jose Liang wrote: > Dear all: > > I installed my CVS repository followed the step in > http://www.freebsd.org/doc/en_US.ISO8859-1/articles/cvs-freebsd/, > after cvs add the scripts of FreeBSD CVS repository, > when cvs commit it has failed and complains wrong information as follows: > > cvs commit: cannot exec /cvsroot/CVSROOT/commitcheck: No such file or > directory > cvs commit: Pre-commit check failed > cvs [commit aborted]: correct above errors first! > > And there is a commitcheck in /cvsroot/CVSROOT/, with limit -r-xr-xr--, > my setting in cvsd.conf is: > (installed by /usr/ports/devel/cvsd) > > ... > RootJail /home/cvs/cvs > ... > Repos /cvsroot Who is the owner of the commitcheck script? Does it match the user or the group of the cvsd setup?