home *** CD-ROM | disk | FTP | other *** search
/ ftp.ee.pdx.edu / 2014.02.ftp.ee.pdx.edu.tar / ftp.ee.pdx.edu / oss / cvs-2004 / CVSROOT / taginfo,v < prev    next >
Text File  |  2003-07-02  |  1KB  |  44 lines

  1. head     1.1;
  2. access   ;
  3. symbols  ;
  4. locks    ; strict;
  5. comment  @# @;
  6.  
  7.  
  8. 1.1
  9. date     2003.07.02.06.43.20;  author bart;  state Exp;
  10. branches;
  11. next     ;
  12.  
  13. desc
  14. @@
  15.  
  16.  
  17.  
  18. 1.1
  19. log
  20. @initial checkin@
  21. text
  22. @# The "taginfo" file is used to control pre-tag checks.
  23. # The filter on the right is invoked with the following arguments:
  24. #
  25. # $1 -- tagname
  26. # $2 -- operation "add" for tag, "mov" for tag -F, and "del" for tag -d
  27. # $3 -- repository
  28. # $4->  file revision [file revision ...]
  29. #
  30. # A non-zero exit of the filter program will cause the tag to be aborted.
  31. #
  32. # The first entry on a line is a regular expression which is tested
  33. # against the directory that the change is being committed to, relative
  34. # to the $CVSROOT.  For the first match that is found, then the remainder
  35. # of the line is the name of the filter to run.
  36. #
  37. # If the repository name does not match any of the regular expressions in this
  38. # file, the "DEFAULT" line is used, if it is specified.
  39. #
  40. # If the name "ALL" appears as a regular expression it is always used
  41. # in addition to the first matching regex or "DEFAULT".
  42. @
  43.  
  44.