# This file affects handling of files based on their names. # # The -t/-f options allow one to treat directories of files # as a single file, or to transform a file in other ways on # its way in and out of CVS. # # The -m option specifies whether CVS attempts to merge files. # # The -k option specifies keyword expansion (e.g. -kb for binary). # # Format of wrapper file ($CVSROOT/CVSROOT/cvswrappers or .cvswrappers) # # wildcard [option value][option value]... # # where option is one of # -f from cvs filter value: path to filter # -t to cvs filter value: path to filter # -m update methodology value: MERGE or COPY # -k expansion mode value: b, o, kkv, &c # # and value is a single-quote delimited value. # For example: #*.gif -k 'b' # Convert these Text data to EUC & LF, when they come to repository #*.f90 -t 'sh $CVSROOT/CVSROOT/cvswrap.sh --euc-unix %s %s' #*.F -t 'sh $CVSROOT/CVSROOT/cvswrap.sh --euc-unix %s %s' #*.c -t 'sh $CVSROOT/CVSROOT/cvswrap.sh --euc-unix %s %s' #*.C -t 'sh $CVSROOT/CVSROOT/cvswrap.sh --euc-unix %s %s' #*.sh -t 'sh $CVSROOT/CVSROOT/cvswrap.sh --euc-unix %s %s' #*.SH -t 'sh $CVSROOT/CVSROOT/cvswrap.sh --euc-unix %s %s' #*.pl -t 'sh $CVSROOT/CVSROOT/cvswrap.sh --euc-unix %s %s' #*.PL -t 'sh $CVSROOT/CVSROOT/cvswrap.sh --euc-unix %s %s' #*.rb -t 'sh $CVSROOT/CVSROOT/cvswrap.sh --euc-unix %s %s' #*.RB -t 'sh $CVSROOT/CVSROOT/cvswrap.sh --euc-unix %s %s' #Makefile -t 'sh $CVSROOT/CVSROOT/cvswrap.sh --euc-unix %s %s' #*.htm -t 'sh $CVSROOT/CVSROOT/cvswrap.sh --euc-unix %s %s' #*.html -t 'sh $CVSROOT/CVSROOT/cvswrap.sh --euc-unix %s %s' #*.HTM -t 'sh $CVSROOT/CVSROOT/cvswrap.sh --euc-unix %s %s' #*.HTML -t 'sh $CVSROOT/CVSROOT/cvswrap.sh --euc-unix %s %s' #*.txt -t 'sh $CVSROOT/CVSROOT/cvswrap.sh --euc-unix %s %s' #*.TXT -t 'sh $CVSROOT/CVSROOT/cvswrap.sh --euc-unix %s %s' #*.tex -t 'sh $CVSROOT/CVSROOT/cvswrap.sh --euc-unix %s %s' #*.TEX -t 'sh $CVSROOT/CVSROOT/cvswrap.sh --euc-unix %s %s' #*.SIGEN -t 'sh $CVSROOT/CVSROOT/cvswrap.sh --euc-unix %s %s' # Treat Image and Archive and Data file as Binary Data *.gif -k 'b' *.GIF -k 'b' *.jpg -k 'b' *.JPG -k 'b' *.jpeg -k 'b' *.JPEG -k 'b' *.png -k 'b' *.PNG -k 'b' *.tif -k 'b' *.TIF -k 'b' *.tiff -k 'b' *.TIFF -k 'b' *.xpm -k 'b' *.XPM -k 'b' *.pbm -k 'b' *.PBM -k 'b' *.ico -k 'b' *.ICO -k 'b' *.eps -k 'b' *.EPS -k 'b' *.o -k 'b' *.O -k 'b' *.a -k 'b' *.A -k 'b' *.mod -k 'b' *.MOD -k 'b' *.nc -k 'b' *.NC -k 'b' *.obj -k 'b' *.OBJ -k 'b' *.ai -k 'b' *.AI -k 'b' *.psd -k 'b' *.PSD -k 'b' *.fla -k 'b' *.FLA -k 'b' *.swf -k 'b' *.SWF -k 'b' *.dvi -k 'b' *.DVI -k 'b' *.pdf -k 'b' *.PDF -k 'b' *.bz2 -k 'b' *.BZ2 -k 'b' *.gz -k 'b' *.GZ -k 'b' *.tar -k 'b' *.TAR -k 'b' *.tgz -k 'b' *.TGZ -k 'b' *.tar.gz -k 'b' *.TAR.GZ -k 'b' *.cab -k 'b' *.CAB -k 'b' *.lzh -k 'b' *.LZH -k 'b' *.zip -k 'b' *.ZIP -k 'b' *.sea -k 'b' *.SEA -k 'b' *.dat -k 'b' *.DAT -k 'b' *.ppt -k 'b' *.PPT -k 'b' *.doc -k 'b' *.DOC -k 'b' *.xls -k 'b' *.XLS -k 'b'