home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / xwplascr.zip / XWPL0208.ZIP / CVSROOT / cvswrappers < prev    next >
Text File  |  2001-04-25  |  2KB  |  79 lines

  1. #
  2. #  $Id: cvswrappers,v 1.3 2001/04/25 18:53:17 umoeller Exp $
  3. #
  4. # This file affects handling of files based on their names.
  5. #
  6. # The -t/-f options allow one to treat directories of files
  7. # as a single file, or to transform a file in other ways on
  8. # its way in and out of CVS.
  9. #
  10. # The -m option specifies whether CVS attempts to merge files.
  11. #
  12. # The -k option specifies keyword expansion (e.g. -kb for binary).
  13. #
  14. # Format of wrapper file ($CVSROOT/CVSROOT/cvswrappers or .cvswrappers)
  15. #
  16. #  wildcard     [option value][option value]...
  17. #
  18. #  where option is one of
  19. #  -f           from cvs filter         value: path to filter
  20. #  -t           to cvs filter           value: path to filter
  21. #  -m           update methodology      value: MERGE or COPY
  22. #  -k           expansion mode          value: b, o, kkv, &c
  23. #
  24. #  and value is a single-quote delimited value.
  25. # For example:
  26. #*.gif -k 'b'
  27.  
  28. # binaries (should normally not be added to the archive )
  29. *.exe -k 'b'
  30. *.sys -k 'b'
  31. *.obj -k 'b'
  32. *.res -l 'b'
  33. *.lib -k 'b'
  34.  
  35. # diverse others
  36. *.zip -k 'b'
  37. *.etc -k 'b'
  38. *.pch -k 'b'
  39. *.err -k 'b'
  40. *.map -k 'b'
  41.  
  42. # icon and mouse pointer formats
  43. *.ico -k 'b'
  44. *.ptr -k 'b'
  45. *.cur -k 'b'
  46. *.ani -k 'b'
  47. *.and -k 'b'
  48.  
  49. # font files
  50. *.ttf -k 'b'
  51. *.fnt -k 'b'
  52.  
  53. # bitmap formats
  54. *.bmp -k 'b'
  55. *.gif -k 'b'
  56. *.jpg -k 'b'
  57. *.jpeg -k 'b'
  58. *.pcx -k 'b'
  59. *.tga -k 'b'
  60. *.tif -k 'b'
  61. *.tiff -k 'b'
  62. *.dib -k 'b'
  63. *.mng -k 'b'
  64. *.png -k 'b'
  65. *.xpm -k 'b'
  66.  
  67. # presentation formats
  68. *.pdf -k 'b'
  69. *.ps -k 'b'
  70.  
  71.  
  72. # video and audio files
  73. *.mov -k 'b'
  74. *.avi -k 'b'
  75. *.mpg -k 'b'
  76. *.mp2 -k 'b'
  77. *.mp3 -k 'b'
  78.  
  79.