1head 1.1; 2access ; 3symbols ; 4locks ; strict; 5comment @# @; 6 7 81.1 9date 2008.09.04.16.09.17; author austvik; state Exp; 10branches; 11next ; 12commitid 3XIAdD8FSh3Pitht; 13 14desc 15@@ 16 17 18 191.1 20log 21@initial checkin@ 22text 23@# This file affects handling of files based on their names. 24# 25# The -m option specifies whether CVS attempts to merge files. 26# 27# The -k option specifies keyword expansion (e.g. -kb for binary). 28# 29# Format of wrapper file ($CVSROOT/CVSROOT/cvswrappers or .cvswrappers) 30# 31# wildcard [option value][option value]... 32# 33# where option is one of 34# -f from cvs filter value: path to filter 35# -t to cvs filter value: path to filter 36# -m update methodology value: MERGE or COPY 37# -k expansion mode value: b, o, kkv, &c 38# 39# and value is a single-quote delimited value. 40# For example: 41#*.gif -k 'b' 42@ 43 44