On Thu, 31 Jul 2003, Angus Leeming wrote: > Lars Gullik Bjønnes wrote: > > > Miyata Shigeru <[EMAIL PROTECTED]> writes: > > The pnm files can be saved in either an ascii or a binary format I believe. > Could we re-save it in ascii-format? > What's wrong with using a binary format for an image?
Besides, I looked at the file CVSROOT/cvswrappers and it doesn't contain any defaults. In comparison, look at my attached cvswrappers, where I tell CVS to automatically set the binary flag for many file types. /Christian -- Christian Ridderström http://www.md.kth.se/~chr
# This file describes wrappers and other binary files to CVS. # It is part of the CAS repository # # 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. # # For example: #*.mws -k 'b' #*.MWS -k 'b' # I don't want Maple files to be treated as binary files *.obj -k 'b' *.OBJ -k 'b' *.gif -k 'b' *.GIF -k 'b' *.jpg -k 'b' *.JPG -k 'b' *.doc -k 'b' *.DOC -k 'b' *.dll -k 'b' *.DLL -k 'b' *.mexsol -k 'b' *.MEXSOL -k 'b' *.mat -k 'b' *.MAT -k 'b' *.p -k 'b' *.P -k 'b' *.tif -k 'b' *.TIF -k 'b' *.mexsg64 -k 'b' *.MEXSG64 -k 'b' *.class -k 'b' *.CLASS -k 'b' *.rtb -k 'b' *.RTB -k 'b' *.fm -k 'b' *.FM -k 'b' *.pdf -k 'b' *.PDF -k 'b' *.xbm -k 'b' *.XBM -k 'b' *.wpd -k 'b' *.WPD -k 'b' *.wav -k 'b' *.WAV -k 'b' *.WMF -k 'b' *.wmf -k 'b' *.dwg -k 'b' *.DWG -k 'b' *.dxf -k 'b' *.DXF -k 'b' *.WPG -k 'b' *.wpg -k 'b' *.pcx -k 'b' *.PCX -k 'b' *.voc -k 'b' *.VOC -k 'b' *.zip -k 'b' *.ZIP -k 'b' *.exe -k 'b' *.EXE -k 'b' *.ico -k 'b' *.ICO -k 'b' *.xls -k 'b' *.XLS -k 'b' *.mpg -k 'b' *.MPG -k 'b' *.fig -k 'b' *.FIG -k 'b' *.des -k 'b' *.dra -k 'b' *.png -k 'b' *.PNG -k 'b'