home *** CD-ROM | disk | FTP | other *** search
- #
- #ident "@(#)cvs/examples:$Name: $:$Id: cvswrappers,v 1.2 1996/03/11 18:26:42 bbum Exp $"
- #
- # 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
- #
- # and value is a single-quote delimited value.
- #
- #
-
- *.nib -f '$CVSROOT/CVSROOT/unwrap %s' -t '$CVSROOT/CVSROOT/wrap %s %s' -m 'COPY'
- *.rtfd -f '$CVSROOT/CVSROOT/unwrap %s' -t '$CVSROOT/CVSROOT/wrap %s %s' -m 'COPY'
- *.draw -f '$CVSROOT/CVSROOT/unwrap %s' -t '$CVSROOT/CVSROOT/wrap %s %s' -m 'COPY'
- *.Mesa -f '$CVSROOT/CVSROOT/unwrap %s' -t '$CVSROOT/CVSROOT/wrap %s %s' -m 'COPY'
- *.diagram2 -f '$CVSROOT/CVSROOT/unwrap %s' -t '$CVSROOT/CVSROOT/wrap %s %s' -m 'COPY'
- *.dpalette -f '$CVSROOT/CVSROOT/unwrap %s' -t '$CVSROOT/CVSROOT/wrap %s %s' -m 'COPY'
- *.taskmaster -f '$CVSROOT/CVSROOT/unwrap %s' -t '$CVSROOT/CVSROOT/wrap %s %s' -m 'COPY'
- *.concur -f '$CVSROOT/CVSROOT/unwrap %s' -t '$CVSROOT/CVSROOT/wrap %s %s' -m 'COPY'
- *.tconcur -f '$CVSROOT/CVSROOT/unwrap %s' -t '$CVSROOT/CVSROOT/wrap %s %s' -m 'COPY'
- *.nb -f '$CVSROOT/CVSROOT/unwrap %s' -t '$CVSROOT/CVSROOT/wrap %s %s' -m 'COPY'
- *.wub -f '$CVSROOT/CVSROOT/unwrap %s' -t '$CVSROOT/CVSROOT/wrap %s %s' -m 'COPY'
- *.pub -f '$CVSROOT/CVSROOT/unwrap %s' -t '$CVSROOT/CVSROOT/wrap %s %s' -m 'COPY'
- *.quantrix -f '$CVSROOT/CVSROOT/unwrap %s' -t '$CVSROOT/CVSROOT/wrap %s %s' -m 'COPY'
- *.bkmark -f '$CVSROOT/CVSROOT/unwrap %s' -t '$CVSROOT/CVSROOT/wrap %s %s' -m 'COPY'
- *.dbmodel -f '$CVSROOT/CVSROOT/unwrap %s' -t '$CVSROOT/CVSROOT/wrap %s %s' -m 'COPY'
- *.font -f '$CVSROOT/CVSROOT/unwrap %s' -t '$CVSROOT/CVSROOT/wrap %s %s' -m 'COPY'
- *.bshlf -f '$CVSROOT/CVSROOT/unwrap %s' -t '$CVSROOT/CVSROOT/wrap %s %s' -m 'COPY'
- *.bundle -f '$CVSROOT/CVSROOT/unwrap %s' -t '$CVSROOT/CVSROOT/wrap %s %s' -m 'COPY'
-
- # image files -- just COPY, don't DIFF; prevents keyword expansion
- *.tiff -m 'COPY'
- *.gif -m 'COPY'
- *.ppm -m 'COPY'
- *.pnm -m 'COPY'
- *.jpg -m 'COPY'
- *.png -m 'COPY'
-
- # other stuff
- *.gz -m 'COPY'
- *.tar -m 'COPY'
- *.Z -m 'COPY'
- *.ofile -m 'COPY'
-