Distributed version control: Difference between revisions

Content deleted Content added
Speed is not a disadvantage, but an advantage of distributed systems. talk about private branches.
Avoid relying on a single physical server.
Line 4:
* Allows participation in projects without requiring permissions from project authorities
* Allows private work, so you can use your revision control system even for early drafts you don't want to publish
* Avoids relying on a single physical machine. A server disk crash is a non-event with Distributed revision control
 
However, there are some disadvantages as well: