Date: Sun, 5 Sep 2004 09:55:36 +0300 From: Ruslan Ermilov <ru@FreeBSD.org> To: Ken Smith <kensmith@cse.Buffalo.EDU> Cc: Ken Smith <kensmith@FreeBSD.org> Subject: Re: cvs commit: src/sys/conf newvers.sh Message-ID: <20040905065536.GC25954@ip.net.ua> In-Reply-To: <20040905064636.GF476@electra.cse.Buffalo.EDU> References: <200409050436.i854aYJh013103@repoman.freebsd.org> <20040905043848.GC28153@electra.cse.Buffalo.EDU> <20040905064636.GF476@electra.cse.Buffalo.EDU>
next in thread | previous in thread | raw e-mail | index | archive | help
--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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040905065536.GC25954>