VCS comparison table
Jakub Narebski
jnareb at gmail.com
Tue Oct 24 19:25:53 BST 2006
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
More information about the bazaar
mailing list