From 5c5d5f3746468c245489fc6cf9e3d9872a8af442 Mon Sep 17 00:00:00 2001 From: joe Date: Mon, 28 Aug 2000 11:30:59 +0000 Subject: Sychronise with the default versions that CVS (1.10.7) creates in a new repository. This commit only affects comments. --- CVSROOT/cvswrappers | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'CVSROOT/cvswrappers') diff --git a/CVSROOT/cvswrappers b/CVSROOT/cvswrappers index 7bcb6cbfe953..0b5f6662e794 100644 --- a/CVSROOT/cvswrappers +++ b/CVSROOT/cvswrappers @@ -1,15 +1,15 @@ # # $FreeBSD$ # -# This file describes wrappers and other binary files to CVS. +# This file affects handling of files based on their names. # -# Wrappers are the concept where directories of files are to be -# treated as a single file. The intended use is to wrap up a wrapper -# into a single tar such that the tar archive can be treated as a -# single binary file in CVS. +# The -t/-f options allow one to treat directories of files +# as a single file, or to transform a file in other ways on +# its way in and out of CVS. # -# To solve the problem effectively, it was also necessary to be able to -# prevent rcsmerge from merging these files. +# The -m option specifies whether CVS attempts to merge files. +# +# The -k option specifies keyword expansion (e.g. -kb for binary). # # Format of wrapper file ($CVSROOT/CVSROOT/cvswrappers or .cvswrappers) # @@ -19,10 +19,11 @@ # -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' #*.nib -f '$CVSROOT/CVSROOT/unwrap %s' -t '$CVSROOT/CVSROOT/wrap %s %s' #*.rtfd -f '$CVSROOT/CVSROOT/unwrap %s' -t '$CVSROOT/CVSROOT/wrap %s %s' #*.draw -f '$CVSROOT/CVSROOT/unwrap %s' -t '$CVSROOT/CVSROOT/wrap %s %s' -- cgit