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.
Arkadiusz Miskiewicz wrote: > On Thursday 23 of October 2008, Arthur Barrett wrote: >> Arkadiusz, > >> Yes there is it's "-kb", I wrote that in a later message but maybe you >> thought it was a duplicate since it was mostly a cut&paste, I just >> changed -kD to -kb. > > Yeah, -kb is a solution. Not sure how cvs stores such data in rcs files. Still > as diffs or each revision keeps complete file? > -kb doesn't change the storage mechanism. -kB uses a binary diff to store the files which is generally more efficient for things like executable files (at the cost of an increase in memory use, and a slight speed hit). Tony