> 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