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.
We need to add our sample test data files as binary files to ensure that their contents are the same on Unix and Windows platforms. It is not a problem to add a text file as binary. cvs add -kb 270-ex1.dat cvs commit -m "" 270-ex1.dat However, when it is checked out, it has its 0xd0xa sequence changed to 0xd0xd0xa. This may result in it not getting recocognized by a parser schema. Any ideas out there how to fix this? Thanks. Drew