Annotation of CVSROOT/cvswrappers, revision 1.2

1.1       misho       1: # This file affects handling of files based on their names.
                      2: #
                      3: # The -m option specifies whether CVS attempts to merge files.
                      4: #
                      5: # The -k option specifies keyword expansion (e.g. -kb for binary).
                      6: #
                      7: # Format of wrapper file ($CVSROOT/CVSROOT/cvswrappers or .cvswrappers)
                      8: #
                      9: #  wildcard    [option value][option value]...
                     10: #
                     11: #  where option is one of
                     12: #  -f          from cvs filter         value: path to filter
                     13: #  -t          to cvs filter           value: path to filter
                     14: #  -m          update methodology      value: MERGE or COPY
                     15: #  -k          expansion mode          value: b, o, kkv, &c
                     16: #
                     17: #  and value is a single-quote delimited value.
                     18: # For example:
                     19: #*.gif -k 'b'
1.2     ! misho      20: *.gif  -k 'b' -m 'COPY'
        !            21: *.jpg  -k 'b' -m 'COPY'
        !            22: *.jpeg -k 'b' -m 'COPY'
        !            23: *.png  -k 'b' -m 'COPY'
        !            24: *.gz   -k 'b' -m 'COPY'
        !            25: *.dsp  -k 'b' -m 'COPY'
        !            26: *.zip  -k 'b' -m 'COPY'
        !            27: *.ide  -k 'b' -m 'COPY'
        !            28: *.bmp  -k 'b' -m 'COPY'
        !            29: *.ico  -k 'b' -m 'COPY'
        !            30: *.res  -k 'b' -m 'COPY'
        !            31: *.exe  -k 'b' -m 'COPY'
        !            32: *.dll  -k 'b' -m 'COPY'
        !            33: *.lib  -k 'b' -m 'COPY'
        !            34: *.hlp  -k 'b' -m 'COPY'
        !            35: *.vxd  -k 'b' -m 'COPY'
        !            36: *.mdp  -k 'b' -m 'COPY'
        !            37: *.doc  -k 'b' -m 'COPY'
        !            38: *.lha  -k 'b' -m 'COPY'
        !            39: *.pdf  -k 'b' -m 'COPY'
        !            40: *.chm  -k 'b' -m 'COPY'
        !            41: *.tar  -k 'b' -m 'COPY'
        !            42: *.bz2  -k 'b' -m 'COPY'
        !            43: *.tif  -k 'b' -m 'COPY'
        !            44: *.eps  -k 'b' -m 'COPY'
        !            45: *.tgz  -k 'b' -m 'COPY'
        !            46: *.ai   -k 'b' -m 'COPY'
        !            47: *.tiff -k 'b' -m 'COPY'

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