[BACK]Return to cvswrappers CVS log [TXT][DIR] Up to [Development] / projects / ogl-sample / CVSROOT

Annotation of projects/ogl-sample/CVSROOT/cvswrappers, Revision 1.1

1.1     ! ljp         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:

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>