cvs commit: src/sys/conf newvers.sh

Ruslan Ermilov ru at FreeBSD.org
Sat Sep 4 23:55:43 PDT 2004


On Sun, Sep 05, 2004 at 02:46:36AM -0400, Ken Smith wrote:
> 
> Ruslan and possibly others were interested in knowing what the cause
> of the problem was.  We think we found it.
> 
> 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.
> 
> 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.
> 
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
: 
: ru          2004-09-05 06:53:37 UTC
: 
:   FreeBSD src repository
: 
:   Modified files:        (Branch: RELENG_5)
:     sys/conf             newvers.sh 
:   
:   Revision   Changes    Path
:   1.62.2.10  +0 -0      src/sys/conf/newvers.sh


Cheers,
-- 
Ruslan Ermilov
ru at FreeBSD.org
FreeBSD committer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-src/attachments/20040905/dae2d8bf/attachment.bin


More information about the cvs-src mailing list