[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    CVSROOT
From:       Dirk Mueller <mueller () kde ! org>
Date:       2003-02-25 21:38:04
[Download RAW message or body]

CVS commit by mueller: 

corrected wrappers, by ossi


  M +58 -13    cvswrappers   1.2


--- CVSROOT/cvswrappers  #1.1:1.2
@@ -1,11 +1,11 @@
-# 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. -k 'b' for binary).
 #
 # Format of wrapper file ($CVSROOT/CVSROOT/cvswrappers or .cvswrappers)
@@ -17,6 +17,51 @@
 #  -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:
+
+# graphics
+*.bmp -k 'b'
+*.BMP -k 'b'
+*.ico -k 'b'
+*.png -k 'b'
+*.jpg -k 'b'
+*.JPG -k 'b'
+*.jpeg -k 'b'
+*.gif -k 'b'
+*.GIF -k 'b'
+*.tif -k 'b'
+*.svgz -k 'b'
+*.mng -k 'b'
+*.wmf -k 'b'
+*.xcf -k 'b'
+*.swf -k 'b'
+*.gbr -k 'b'
+*.pic -k 'b'
+*.pbm -k 'b'
+*.ppm -k 'b'
+
+# sound
+*.wav -k 'b'
+*.ogg -k 'b'
+*.mp3 -k 'b'
+*.au -k 'b'
+*.mid -k 'b'
+
+# packed/compressed
+*.jar -k 'b'
+*.zip -k 'b'
+*.tar -k 'b'
+*.tgz -k 'b'
+*.gz -k 'b'
+*.bz2 -k 'b'
+
+# other binary formats
+*.qm -k 'b'
+*.pdf -k 'b'
+*.dvi -k 'b'
+*.pcf -k 'b'
+
+# text, but no keywords
+*.ps -k 'o'
+*.eps -k 'o'


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic