Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Sep 2004 00:34:22 +0000 (UTC)
From:      Jun Kuriyama <kuriyama@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: CVSROOT cvs_acls.pl
Message-ID:  <200409060034.i860YMPl051955@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kuriyama    2004-09-06 00:34:22 UTC

  FreeBSD src repository

  Modified files:
    .                    cvs_acls.pl 
  Log:
  Rework branch detection by reading CVS/Entries file rather than
  depending on CVS/Tag file existance.
  
  This approach may be too slow when committing large number of files.
  If this slowdown cannot be accepted, I'll add caching mechanism.
  
  And, there is a hole.  Currently this script cannot capture missing
  approval line during import command.  A CVSROOT/commitcheck script seems
  not to run at import, so I should find another way to check branch
  tags during importing.
  
  Anyway, please let me know if something strange.
  
  Revision  Changes    Path
  1.26      +31 -13    CVSROOT/cvs_acls.pl



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409060034.i860YMPl051955>