diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2001-08-10 09:43:23 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2001-08-10 09:43:23 +0000 |
commit | d52e21c6b3ca1b95fff9dfb79a5c4aae95fc6401 (patch) | |
tree | 0c9bbd23369a13193862eab2b9923a29ee491566 /gnu/usr.bin/cvs/examples/cvswrappers | |
parent | 7f22ecb0da2f5623c8ad69cbab0e478a9709fb61 (diff) |
Notes
Diffstat (limited to 'gnu/usr.bin/cvs/examples/cvswrappers')
-rw-r--r-- | gnu/usr.bin/cvs/examples/cvswrappers | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/gnu/usr.bin/cvs/examples/cvswrappers b/gnu/usr.bin/cvs/examples/cvswrappers deleted file mode 100644 index c666292e6460b..0000000000000 --- a/gnu/usr.bin/cvs/examples/cvswrappers +++ /dev/null @@ -1,29 +0,0 @@ -# -#ident "@(#)cvs/examples:$Name: $:$Id: cvswrappers,v 1.3 1995/11/14 23:23:11 woods Exp $" -# -# This file describes wrappers and other binary files to CVS. -# -# 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. -# -# To solve the problem effectively, it was also necessary to be able to -# prevent rcsmerge from merging these files. -# -# 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 -# -# and value is a single-quote delimited value. -# -# -*.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' -*.tiff -m 'COPY' |