|
From: Enno R. <er...@us...> - 2006-04-12 20:51:21
|
Update of /cvsroot/eressea/CVSROOT In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30927/CVSROOT Modified Files: cvswrappers Log Message: Trying to get rid of the -m warnings Index: cvswrappers =================================================================== RCS file: /cvsroot/eressea/CVSROOT/cvswrappers,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- cvswrappers 9 Dec 2003 09:01:08 -0000 1.3 +++ cvswrappers 12 Apr 2006 20:51:13 -0000 1.4 @@ -10,23 +10,23 @@ # # Format of wrapper file ($CVSROOT/CVSROOT/cvswrappers or .cvswrappers) # -# wildcard [option value][option value]... +# 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 +# -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' -*.png -k 'b' -m 'COPY' -*.gif -k 'b' -m 'COPY' -*.jpg -k 'b' -m 'COPY' -*.jpeg -k 'b' -m 'COPY' -*.class -k 'b' -m 'COPY' -*.jar -k 'b' -m 'COPY' -*.zip -k 'b' -m 'COPY' -*.sx? -k 'b' -m 'COPY' -*.pdf -k 'b' -m 'COPY' +#*.png -k 'b' -m 'COPY' +#*.gif -k 'b' -m 'COPY' +#*.jpg -k 'b' -m 'COPY' +#*.jpeg -k 'b' -m 'COPY' +#*.class -k 'b' -m 'COPY' +#*.jar -k 'b' -m 'COPY' +#*.zip -k 'b' -m 'COPY' +#*.sx? -k 'b' -m 'COPY' +#*.pdf -k 'b' -m 'COPY' |