Slide 8
Slide 8 text
Centralized vs. Distributed
➔
Distributed
✔
The VCS database is on a server accessible to
everyone.
✔
Instead of reading/updating the snapshot of files,
get the whole history of changes.
✔
Advantages:
Everybody has everything that is there on the server.
No single point-of-failure, everybody is happy! :)
✔
Examples:
Git, Mercurial, Bazaar, Darcs