Differences between revisions 9 and 10
Revision 9 as of 2011-07-06 14:19:55
Size: 1573
Editor: rcl
Comment: updated Bazaar link
Revision 10 as of 2012-11-06 15:01:30
Size: 1562
Editor: abuehl
Comment: remove link to deleted page "commit"
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
A '''distributed [[SCM]]''' tool (abbreviated: a DSCM tool) is designed to support a model in which each [[Repository|repository]] is loosely coupled to many others. Each repository contains a complete set of metadata describing one or more projects. These repositories may be located almost anywhere. Individual developers only need access to their own repositories, not to a central one, in order to [[Commit|commit]] changes. A '''distributed [[SCM]]''' tool (abbreviated: a DSCM tool) is designed to support a model in which each [[Repository|repository]] is loosely coupled to many others. Each repository contains a complete set of metadata describing one or more projects. These repositories may be located almost anywhere. Individual developers only need access to their own repositories, not to a central one, in order to commit changes.

Distributed SCM

A distributed SCM tool (abbreviated: a DSCM tool) is designed to support a model in which each repository is loosely coupled to many others. Each repository contains a complete set of metadata describing one or more projects. These repositories may be located almost anywhere. Individual developers only need access to their own repositories, not to a central one, in order to commit changes.

Distributed SCMs provide mechanisms for propagating changes between repositories.

Distributed SCMs are in contrast to centralised SCMs. Mercurial is a DSCM.

Some distributed SCMs include (incomplete list):

Name

Project home

Wikipedia article

Bazaar

http://bazaar.canonical.com/en/

link

Darcs

http://darcs.net/

link

Fossil

http://www.fossil-scm.org/

link

Git

http://git-scm.com/

link

Mercurial

http://mercurial.selenic.com/wiki/

link

Monotone

http://www.monotone.ca/

link

See also:


CategoryGlossary

DistributedSCM (last edited 2012-11-06 15:02:04 by abuehl)