David Lang wrote: > 1. Centralized: all commits must go to one repository, connectivity > required to check-in Bazaar-NG "light checkouts" implements this. Git doesn't support this topology, and probably wouldn't. 1.5. Disconnected centralized. Like centralized, but you can work (perhaps limited to what you can do) even without connection to central server. Minimally you have to be able to commit changes locally, if central server is not available. Bzr "normal/heavyweight checkouts" are [roughly] abot this. Git "lazy clone" proposal is about similar thing; you can get git to support this model (although without space savings) with full clone + hooks. -- Jakub Narebski Warsaw, Poland ShadeHawk on #git - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html