The Full Wiki

Distributed revison control system: Wikis


Note: Many of our articles have direct quotes from sources you can cite, within the Wikipedia article! This article doesn't yet, but we're working on it! See more info or our list of citable articles.

Encyclopedia

Updated live from Wikipedia, last check: June 01, 2012 15:04 UTC (53 seconds ago)
(Redirected to Distributed revision control article)

From Wikipedia, the free encyclopedia

Distributed revision control (or Distributed Version Control (Systems) (DVCS), or Decentralized Version Control) is a fairly recent innovation in software revision control. It provides some significant advantages over the more traditional centralized approach to revision control, and it has some defining characteristics that separate it from centralized systems. However, the line between distributed and centralized systems is blurring in some regards, especially since DVCSs can be used in a "centralized mode".

Contents

Distributed vs. centralized

Comparisons are often made between centralized and distributed revision control:

Differences

  • There may be many "central" repositories.
  • Code from disparate repositories are merged based on a web of trust, i.e., historical merit or quality of changes.
  • Lieutenants are project members who have the power to dynamically decide which branches to merge.
  • Network is not involved in most operations.
  • A separate set of "sync" operations are available for committing or receiving changes with remote repositories.

Advantages

  • Allows users to work productively even when not connected to a network
  • Makes most operations much faster since no network is involved
  • Allows participation in projects without requiring permissions from project authorities, and thus arguably better fosters culture of meritocracy[citation needed] instead of requiring "committer" status
  • 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
  • Still permits centralized control of the "release version" of the project

Disadvantages

  • Concepts of DVCSs are more difficult for developers to grasp as they are required to know more about infrastructure.

Work model

The distributed model also impacts the traditional developer working model.

History

First generation open-source DVCSes include Arch and Monotone. The second generation was prompted by the arrival of Darcs, followed by a host of others, including Bazaar, Mercurial, and Git.

Long before those, closed source DVCSes such as Sun WorkShop TeamWare (which inspired BitKeeper) were widely used in enterprise settings.

Future

Some natively centralized systems are starting to grow distributed features. For example, Subversion is able to do many operations with no network.[1] It may become more difficult to separate natively distributed vs centralized systems.

Due to the explosion of new DVCSs in the last couple of years, it is likely that some of them will slow down or die off.

There are many tools that rely on version control, such as wikis, file systems, and text editors. Some are starting to adopt DVCS features, and even integrate with them, for example the Gazest wiki, ikiwiki.

See also

References

External links








Got something to say? Make a comment.
Your name
Your email address
Message
Please enter the solution to case below
12+12=