git.fiddlerwoaroof.com
Raw Blame History
# This file describes wrappers and other binary files to CVS.
#
# Wrappers are the concept where directories of files are to be
# treated as a single file.  The intended use is to wrap up a wrapper
# into a single tar such that the tar archive can be treated as a
# single binary file in CVS.
#
# To solve the problem effectively, it was also necessary to be able to
# prevent rcsmerge from merging these files.
#
# 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	RCS keyword expansion mode  value: Any mode valid for -k.
#	(This is an extension to cvs by Bill Bumgardner.)
#
#  and value is a single-quote delimited value.

# Wrapped files.

*.nib -k 'b' -f '/Developer/Tools/cvs-unwrap %s' -t '/Developer/Tools/cvs-wrap %s %s' -m 'COPY'
*.palette -k 'b' -f '/Developer/Tools/cvs-unwrap %s' -t '/Developer/Tools/cvs-wrap %s %s' -m 'COPY'
*.rtfd -k 'b' -f '/Developer/Tools/cvs-unwrap %s' -t '/Developer/Tools/cvs-wrap %s %s' -m 'COPY'
*.wbpalette   -k 'b' -f '/Developer/Tools/cvs-unwrap %s' -t '/Developer/Tools/cvs-wrap %s %s' -m 'COPY'
*.glyphgenerator   -k 'b' -f '/Developer/Tools/cvs-unwrap %s' -t '/Developer/Tools/cvs-wrap %s %s' -m 'COPY'
*.clr   -k 'b' -f '/Developer/Tools/cvs-unwrap %s' -t '/Developer/Tools/cvs-wrap %s %s' -m 'COPY'
*.eomodeld   -k 'b' -f '/Developer/Tools/cvs-unwrap %s' -t '/Developer/Tools/cvs-wrap %s %s' -m 'COPY'


# Wrapped directories.

*.wrapdir  -k 'b' -f '/Developer/Tools/cvs-unwrap %s' -t '/Developer/Tools/cvs-wrap %s %s' -m 'COPY'

# Binary files.

*.tiff -k 'b' -m 'COPY'
*.TIFF -k 'b' -m 'COPY'
*.ps   -k 'b' -m 'COPY'
*.eps  -k 'b' -m 'COPY'
*.ico  -k 'b' -m 'COPY'
*.ICO  -k 'b' -m 'COPY'
*.snd  -k 'b' -m 'COPY'
*.bmp  -k 'b' -m 'COPY'
*.BMP  -k 'b' -m 'COPY'
*.jpg  -k 'b' -m 'COPY'
*.JPG  -k 'b' -m 'COPY'
*.jpeg  -k 'b' -m 'COPY'
*.JPEG  -k 'b' -m 'COPY'
*.gif  -k 'b' -m 'COPY'
*.GIF  -k 'b' -m 'COPY'
*.lib -k 'b' -m 'COPY'
*.LIB -k 'b' -m 'COPY'
*.tif  -k 'b' -m 'COPY'
*.TIF  -k 'b' -m 'COPY'
*.tar  -k 'b' -m 'COPY'
*.exe  -k 'b' -m 'COPY'
*.EXE  -k 'b' -m 'COPY'
*.dll  -k 'b' -m 'COPY'
*.DLL  -k 'b' -m 'COPY'
*.ex_  -k 'b' -m 'COPY'
*.ins  -k 'b' -m 'COPY'
*.class  -k 'b' -m 'COPY'
*.wordbreak  -k 'b' -m 'COPY'
*.doc  -k 'b' -m 'COPY'
*.pdf  -k 'b' -m 'COPY'
*.ppt  -k 'b' -m 'COPY'
*.fm  -k 'b' -m 'COPY'
*.OPN -k 'b' -m 'COPY'
*.BRO -k 'b' -m 'COPY'
*.BPT -k 'b' -m 'COPY'
*.MAK -k 'b' -m 'COPY'
*.prj -k 'b' -m 'COPY'
*.jar -k 'b' -m 'COPY'
*.zip -k 'b' -m 'COPY'
*.mcp -k 'b' -m 'COPY'
*.COM -k 'b' -m 'COPY'
*.com -k 'b' -m 'COPY'
*.DAT -k 'b' -m 'COPY'
*.dat -k 'b' -m 'COPY'
*.PQG -k 'b' -m 'COPY'
*.pqg -k 'b' -m 'COPY'
*.OVL -k 'b' -m 'COPY'
*.ovl -k 'b' -m 'COPY'
*.objectplant -k 'b' -m 'COPY'
*.so -k 'b' -m 'COPY'
*.so.3 -k 'b' -m 'COPY'
*.sl -k 'b' -m 'COPY'
*.strings -k 'b' -m 'COPY'