[Mono-list] monkey guide & pictures in CVS

Miguel de Icaza miguel@ximian.com
03 Jan 2003 20:11:12 -0500


Hello,

> I just noticed the pictures (png) in monkeyguide CVS are not binary 
> imported.
> This means the png's are not viewable when doing a cvs checkout because 
> all the png files are 'corrupt'.
> 
> I don't know who is working on it, but please make sure that everyone 
> who adds (binary) pictures tells CVS that it are binary files.
> (on a side note, someone should probably check all pictures & re-commit 
> them with the binary flag turned on).

To do this, you must check in your files with:

	cvs add -kb file.png

And you can change the settings on CVS like this:

	cvs admin -kb file.png

Miguel