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.
>> Hi, >> >> I add a text (-ko) and binary file (-kb). Then I want to commit to a >> revision: >> >> cvs commit -r 1.5 file.bin file.txt >> >> After commit, no file will have any keyword substitution at all. >> > Neither -ko or -kb have any keyword substitution, because you've just > explicitly switched it off for both of the files. The command is doing > exactly what you've told it to do. Are you saying this behaviour is as-designed? Then it must be a major design flaw. What has keyword substitution to do with revision number? Or wasn't I clear enough? Although both files where added with keyword substitution mode (-ko, -kb), both committed files have non (neither -ko nor -kb). Mike