From owner-cvs-src@FreeBSD.ORG Sun Sep 5 06:55:43 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D97716A4CE; Sun, 5 Sep 2004 06:55:43 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5679A43D48; Sun, 5 Sep 2004 06:55:42 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i856tapH034441 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 5 Sep 2004 09:55:36 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.1/8.13.1) id i856taSK058833; Sun, 5 Sep 2004 09:55:36 +0300 (EEST) (envelope-from ru) Date: Sun, 5 Sep 2004 09:55:36 +0300 From: Ruslan Ermilov To: Ken Smith Message-ID: <20040905065536.GC25954@ip.net.ua> References: <200409050436.i854aYJh013103@repoman.freebsd.org> <20040905043848.GC28153@electra.cse.Buffalo.EDU> <20040905064636.GF476@electra.cse.Buffalo.EDU> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="zCKi3GIZzVBPywwA" Content-Disposition: inline In-Reply-To: <20040905064636.GF476@electra.cse.Buffalo.EDU> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Ken Smith Subject: Re: cvs commit: src/sys/conf newvers.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Sep 2004 06:55:43 -0000 --zCKi3GIZzVBPywwA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Sep 05, 2004 at 02:46:36AM -0400, Ken Smith wrote: >=20 > Ruslan and possibly others were interested in knowing what the cause > of the problem was. We think we found it. >=20 > The script that checks the acl's was using the CVS/Tag file to get > the branch name from. It turns out if you check out just one file > (either remotely or from a local repo, doesn't matter) then that > file isn't created. It only gets created if you check out more than > one file. >=20 > Jun's going to rework the acl checking script to use CVS/Entries which > seems to be a more reliable place to get the branch tag from. >=20 Yes, indeed! I can confirm this by trying locally: : $ pwd : /usr/home/ru/YYY/src/sys/conf : $ cvs up -rRELENG_5 -d : cvs update: Updating . : U newvers.sh : $ cvs -f com -f -F /dev/null newvers.sh : Use of uninitialized value in sprintf at /home/ru/XXX/CVSROOT/commitcheck= line 44. : **** You need "Approved by: re" line in your log entry. : cvs [commit aborted]: Message verification failed : $ cvs up -A : cvs update: Updating . : U newvers.sh : $ cvs up -rRELENG_5 newvers.sh : U newvers.sh : $ cvs -f com -f -F /dev/null newvers.sh : Use of uninitialized value in sprintf at /home/ru/XXX/CVSROOT/commitcheck= line 44. : Checking in newvers.sh; : /home/ru/XXX/src/sys/conf/newvers.sh,v <-- newvers.sh : new revision: 1.62.2.10; previous revision: 1.62.2.9 : done : Mailing the commit message to 'nobody'. : -H nobody : Subject: cvs commit: src/sys/conf newvers.sh : X-FreeBSD-CVS-Branch: RELENG_5 :=20 : ru 2004-09-05 06:53:37 UTC :=20 : FreeBSD src repository :=20 : Modified files: (Branch: RELENG_5) : sys/conf newvers.sh=20 : =20 : Revision Changes Path : 1.62.2.10 +0 -0 src/sys/conf/newvers.sh Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --zCKi3GIZzVBPywwA Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQFBOrhoqRfpzJluFF4RAiJIAJwO4K2CaLIQMGdA3nRYs3VNZc5ilwCgiXAh ObFm233OREeWWfa8a/lgCnA= =DTZq -----END PGP SIGNATURE----- --zCKi3GIZzVBPywwA--