summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cvs/examples/cvswrappers
blob: 494dbd56442b310c8dcacf013e862fdf6c489cf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#
# 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 '/Local/testRep/CVSROOT/uncom %s' -t  
Local/testRep/CVSROOT/comb %s %s' -m 'COPY'
*.rtfd   -f '/Local/testRep/CVSROOT/uncom %s' -t  
Local/testRep/CVSROOT/comb %s %s' -m 'COPY'
*.draw   -f '/Local/testRep/CVSROOT/uncom %s' -t  
Local/testRep/CVSROOT/comb %s %s' -m 'COPY'
*.Mesa   -f '/Local/testRep/CVSROOT/uncom %s' -t  
Local/testRep/CVSROOT/comb %s %s' -m 'COPY'
*.diagram2 -f '/Local/testRep/CVSROOT/uncom %s' -t  
Local/testRep/CVSROOT/comb %s %s' -m 'COPY'
*.taskmaster -f '/Local/testRep/CVSROOT/uncom %s' -t  
Local/testRep/CVSROOT/comb %s %s' -m 'COPY'
*.concur -f '/Local/testRep/CVSROOT/uncom %s' -t  
Local/testRep/CVSROOT/comb %s %s' -m 'COPY'
*.nb     -f '/Local/testRep/CVSROOT/uncom %s' -t  
Local/testRep/CVSROOT/comb %s %s' -m 'COPY'
*.wub    -f '/Local/testRep/CVSROOT/uncom %s' -t  
Local/testRep/CVSROOT/comb %s %s' -m 'COPY'
*.pub    -f '/Local/testRep/CVSROOT/uncom %s' -t  
Local/testRep/CVSROOT/comb %s %s' -m 'COPY'
*.tiff   -m 'COPY'