Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
On Wed, 16 Apr 2003 12:11:26 -0300, "Fernando G. Filas" <fernandofilas at tempoit.com.ar> wrote: >I'm having problems importing files to the server. >This is the error. > >File has some scape characters in it (0x00-0x20, 0x80-0xFF). > >Warning : Files have escape characters in it > C:\Proyectos\SMART\SMART\Fuentes\Types.pas > C:\Proyectos\SMART\SMART\Fuentes\rptInvEquip.pas > More files follow > >Dos anyone knows what do I have to do to resolve this problem? >Which are the scape characters that CVS uses? > This isn't generated by CVS itself, so I assume a frontend is doing it. It's presumably warning you that the files appear to be binary, as they contain characters other than text & CR/LF. The test for 0x80-0xFF looks bogus, though. Tony