[TuxKart-devel] binary files in cvs
Status: Alpha
Brought to you by:
sjbaker
From: Bram S. <br...@ch...> - 2000-07-04 06:37:28
|
Norman Vine wrote: > Therefore, when you add a binary file, you have to tell CVS to turn off both > keyword expansion and line-ending conversion. To do so, use -kb: > > floss$ cvs add -kb filename > floss$ cvs ci -m "added blah" filename > (etc) > I usually use a CVSROOT file to specify the binary nature of files only once for each extention. You could add something like this to CVSROOT/cvswrappers Note that I have uppercase variants in case window$ users put something in cvs. Ugly. The CVSROOT is updatable via cvs itself also. You do not need access to the cvs server machine itself. Bram --- cut here ---- *.jpg -k 'b' *.JPG -k 'b' *.tif -k 'b' *.tiff -k 'b' *.TIF -k 'b' *.TIFF -k 'b' *.bmp -k 'b' *.BMP -k 'b' *.gif -k 'b' *.GIF -k 'b' *.wav -k 'b' *.WAV -k 'b; -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Bram Stolk "Linux - Why use windows, if there is a door?" work: br...@sa... priv: br...@ch... |