[Aimmath-commit] CVSROOT cvswrappers,1.1,1.2
Brought to you by:
gustav_delius,
npstrick
From: <gus...@us...> - 2003-07-10 07:05:18
|
Update of /cvsroot/aimmath/CVSROOT In directory sc8-pr-cvs1:/tmp/cvs-serv26007 Modified Files: cvswrappers Log Message: .exe, .zip, .gif are now binary Index: cvswrappers =================================================================== RCS file: /cvsroot/aimmath/CVSROOT/cvswrappers,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** cvswrappers 17 Jan 2002 22:11:06 -0000 1.1 --- cvswrappers 10 Jul 2003 07:05:14 -0000 1.2 *************** *** 11,23 **** # 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 expansion mode value: b, o, kkv, &c # # and value is a single-quote delimited value. # For example: ! #*.gif -k 'b' --- 11,25 ---- # 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 expansion mode value: b, o, kkv, &c # # and value is a single-quote delimited value. # For example: ! *.gif -k 'b' ! *.zip -k 'b' ! *.exe -k 'b' |