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.
Nick, > I have to believe there is overhead in > storing it as text You don't have to believe that - since it's not true ;) > and since I don't want > any of the features you get from > storing it as text > I was hoping I could turn it off. It's not really "turning it off", its "turning on binary support". If you don't want the "overheards" of text, but it is not binary then the correct setting is -ko (ie: keyword expansion off). To set a file that is kkv (text) as ko do this: cvs update -ko filename.ext cvs commit -f -m "force this to disable keyword expansion" filename.ext Regards, Arthur