What about CVS/SVN/etc?
   

 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 
   


  • Those tools have a centralized model which doesn't scale
    
    
    • They work fine as parallel checkout/checkin systems
      
      
    • They don't work as a scalable reviewing mechanism
    
    
  • A key feature is asynchronous and uncoordinated updates
    
    
    • Doesn't work with a single CVS server
    
    
  • Delta Development requires many light weight "branchlets"
    
    
    • Branchlets may stick around and they may not
      
      
    • There are over 10,000 branchlets of Linux
      
      
    • The other tools have heavy weight branches that can't be removed
    
    
  • The traditional centralized tools really don't scale
   
Slide 31 of 33 13 Feb 2005 lm@bitmover.com