Distributed version control: Difference between revisions

Content deleted Content added
removed "circle of trust" item since "web of trust" already exists, though doesn't perfectly fit
Added lieutenant role
Line 7:
* There may be many "central" repositories.
* [[Access control list]]s are not employed. Instead code from disparate repositories are [[Merge (revision control)|merged]] based on a [[web of trust]], i.e., historical merit or quality of changes.
* [[Repository lieutenant|Lieutenants]]s are project members who have the power to dynamically decide which branches to merge.
* Network is not involved in most opererations.
* A separate set of "sync" operations are available for commiting or receiving changes with remote repositories.