Why would you want to treat php files as binary? PHP is a text based programming language, and having php files treated as text means that you have all of the advantages of cvs diff and merge available. All of that goes away with binary storage, and your disk space requirements go up as well.
If you are having problems with them, you could need to set your default character set on the cvs server to be a compatible character set, like UTF-8. We do a lot of php coding, and I can't see any reason to treat those files as binary files. - Brian > -----Original Message----- > From: Manolo > Sent: Friday, March 21, 2003 6:32 AM > To: Lista CVS > Subject: cvswrappers config binary by default > > > How can set cvswrappers to manage php files and all other as binary? > > Thanks in advance. _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
