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.
Trevor Leybourne wrote: > Hopefully someone can help with the correct way to change a file which > has been incorrected added to the repository as a Text File into a > Binary file. > > I have tried > > >>cvs update -k-t "filename" >>cvs commit You need to use commit -f to force cvs to commit the file. I think that is because a keyword change isn't recognized as a regular file change. -- Glen Starrett