[EMAIL PROTECTED] writes: > > Run 'cvs status myimagefile.png' and look at the Sticky Options. If you see > -kb they are binary.
That tells you whether the files in your sandbox were checked out/updated as binary files. Although that usually matches the repository, it doesn't have to (you may have explicitly checked out/updated with a specific -k option). You can use cvs log to see what the default keyword expansion mode is in the repository. > Afterwards, you will need to delete then add again all of the .png image > files that don't have -kb. Such drastic measures aren't necessary. You can use cvs admin to mark the repository files as binary, do an update to update your working directory, then check the files. If they're OK, you're done. If not, you need to replace them with good copies and commit them. -Larry Jones The game's called on account of sudden death. -- Calvin _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
