Binary management
     

   


  • Problem
    
    
    • Binary files don't "diff" well
      
      
    • Revision history grows too fast
    
    
  • Solution
    
    
    • Hybrid model of sparsely populated revision histories
      
      
    • Looks like normal BK but data is not in revision history file
      • Local repository is populated on demand
      • Go to a "binary server" to get the data
      
      
    • Multiple models
      • None, tip only, tagged only, all
      • Caching so that any files gotten are now local
   
 1 
 2 
 3 
 4 
 5 
 6 
 7 
 8 
 9 
 10 
 11 
 12 
 13 
 14 
 15 
 16 
 17 
 18 
 19 
 20 
 21 
 22 
 23 
 24 
 25 
 26 
 27 
 28 
 29 
 30 
 31 
 32 
 33 
 34 
 35 
 36 
 37 
   
Slide 30 of 37 2 Sep 2003 lm@bitmover.com