cvs commit: CVSROOT cvs_acls.pl

Jun Kuriyama kuriyama at FreeBSD.org
Sun Sep 5 17:34:22 PDT 2004


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


More information about the cvs-src mailing list