Hi I am facing a peculiar problem while synchronising my one CVS server to another CVS server
The error is : TreeList failed: Network write failure: Connection closed or Detailer failed: Network write failure: Connection closed CVS version 1.11.5 The version of CVSup, implemented is Software version: SNAP_16_1d Protocol version: 16.1 Operating system: LINUXLIBC6 Any inputs on this .. or the reason / way to check for this error. Thanks in Advance Gurpreet S -----Original Message----- From: Brian G. Peterson [mailto:[EMAIL PROTECTED] Sent: Friday, March 21, 2003 6:45 PM To: Manolo; Subject: RE: cvswrappers config binary by default 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 _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
