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 / loginfo,v < prev    next >
Text File  |  2003-07-02  |  1KB  |  50 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 "loginfo" file controls where "cvs commit" log information
  23. # is sent.  The first entry on a line is a regular expression which must match
  24. # the directory that the change is being made to, relative to the
  25. # $CVSROOT.  If a match is found, then the remainder of the line is a filter
  26. # program that should expect log information on its standard input.
  27. #
  28. # If the repository name does not match any of the regular expressions in this
  29. # file, the "DEFAULT" line is used, if it is specified.
  30. #
  31. # If the name ALL appears as a regular expression it is always used
  32. # in addition to the first matching regex or DEFAULT.
  33. #
  34. # You may specify a format string as part of the
  35. # filter.  The string is composed of a `%' followed
  36. # by a single format character, or followed by a set of format
  37. # characters surrounded by `{' and `}' as separators.  The format
  38. # characters are:
  39. #
  40. #   s = file name
  41. #   V = old version number (pre-checkin)
  42. #   v = new version number (post-checkin)
  43. #
  44. # For example:
  45. #DEFAULT (echo ""; id; echo %s; date; cat) >> $CVSROOT/CVSROOT/commitlog
  46. # or
  47. #DEFAULT (echo ""; id; echo %{sVv}; date; cat) >> $CVSROOT/CVSROOT/commitlog
  48. @
  49.  
  50.