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.
Hello World, cvs --version Concurrent Versions System (CVSNT) 1.11.1.3 (Build 57a) [...] C:\MyProject>del foo.c C:\MyProject>cvs remove foo.c C:\MyProject>cvs commit C:\MyProject>copy original.c foo.c C:\MyProject>cvs add -kb foo.c C:\MyProject>cvs commit D:\MyProject>cvs update But on D:\MyProject, the file foo.c is still treated as text file and still has keyword substitution on. In the "Entries" file, I find: /foo.c/1.2/<Date>// Is this a bug or a feature? ;-) Regards Andreas -- Andreas Tscharner andreas.tscharner at metromec.ch ------------------------------------------------------------------------ Real coders don't comment their code. It was hard to write, it should be hard to understand