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 _______________________________________________ cvsnt mailing list [email protected] http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt Upgrade to CVS Suite for more features and support: http://march-hare.com/cvsnt/
