source: trunk/CVSROOT/cvswrappers @ 8757

Revision 8757, 764 bytes checked in by ghudson, 28 years ago (diff)
initial checkin of cvswrappers
Line 
1# This file describes wrappers and other binary files to CVS.
2#
3# Wrappers are the concept where directories of files are to be
4# treated as a single file.  The intended use is to wrap up a wrapper
5# into a single tar such that the tar archive can be treated as a
6# single binary file in CVS.
7#
8# To solve the problem effectively, it was also necessary to be able to
9# prevent rcsmerge from merging these files.
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#
20#  and value is a single-quote delimited value.
21#
22# For example:
Note: See TracBrowser for help on using the repository browser.