[Mono-list] Enormous diffs

Miguel de Icaza miguel@ximian.com
05 Feb 2002 10:35:51 -0500


> I spent a little RTFM time on the CVS homepage, and it looks like 
> changing this file to a binary file in CVS may do the trick.  Does 
> anyone know if that can be done surgically, or do I have to cvs 
> remove/add the file?

cvs add -kb would achieve this when you add the file, I believe
something along the lines of:

	cvs admin -kb file.xml 

Should work.

Miguel