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.
David Smith wrote: > The problem is that This does cause a problem. It causes update to say the > file needs updated. I have about 100 files in this directory. They are all > checked in at the same time. The repository was created using CVS (not > CVSNT). So, I need the workspace files to be consistent with the repository The file is clearly checked in as unicode - unicode files have a BOM normally, although you can control that at checkout. I can't see how you could create such a file in standard CVS as it does not support unicode at all. Tony