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.
Doc Hoang, > The question I have here is if there's a way to configure CVS > so that it > does not treat the .dat file as text rather than binary files. Yes - there are many ways to do this but you need to do two things: 1) change the existing .dat files from -kb to -ko, eg: http://www.cvsnt.org/manual/html/update.html#update-options http://www.cvsnt.org/manual/html/commit.html#commit-options cvs up -ko filename.dat cvs ci -f -m "change to a non-binary file" fileaname.dat 2) change the 'default' so that new .dat files are -ko http://www.cvsnt.org/manual/html/Wrappers.html Regards, Arthur Barrett