File:  [LON-CAPA] / CVSROOT / cvswrappers
Revision 1.2: download - view: text, annotated - select for diffs
Sat Jun 1 14:23:12 2013 UTC (10 years, 10 months ago) by raeburn
Branches: MAIN
CVS tags: HEAD
- Identify image files etc., as binary files so end of line conversions are
  not done when checking out CVS files to TortoiseCVS.

    1: # This file affects handling of files based on their names.
    2: #
    3: # The -t/-f options allow one to treat directories of files
    4: # as a single file, or to transform a file in other ways on
    5: # its way in and out of CVS.
    6: #
    7: # The -m option specifies whether CVS attempts to merge files.
    8: #
    9: # The -k option specifies keyword expansion (e.g. -kb for binary).
   10: #
   11: # Format of wrapper file ($CVSROOT/CVSROOT/cvswrappers or .cvswrappers)
   12: #
   13: #  wildcard	[option value][option value]...
   14: #
   15: #  where option is one of
   16: #  -f		from cvs filter		value: path to filter
   17: #  -t		to cvs filter		value: path to filter
   18: #  -m		update methodology	value: MERGE or COPY
   19: #  -k		expansion mode		value: b, o, kkv, &c
   20: #
   21: #  and value is a single-quote delimited value.
   22: # For example:
   23: #*.gif -k 'b'
   24: 
   25: *.gif -k 'b'
   26: *.bmp -k 'b'
   27: *.png -k 'b'
   28: *.jpg -k 'b'
   29: *.avi -k 'b'
   30: 
   31: # Sound files
   32: *.mp3 -k 'b'
   33: 
   34: # # Special java files
   35: *.class -k 'b'
   36: *.zip -k 'b'
   37: *.jar -k 'b'
   38: 
   39: # # Photoshop files
   40: *.psd -k 'b'
   41: 
   42: # # The Gimp files
   43:  *.xcf -k 'b'
   44: 
   45: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>