Differences between revisions 1 and 2
Revision 1 as of 2005-08-26 00:58:27
Size: 496
Editor: waste
Comment:
Revision 2 as of 2005-10-26 18:39:35
Size: 556
Editor: EricHopper
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:

Distributed SCMs are in contrast to ["CentralisedSCM"]s.

Distributed SCM

A distributed ["SCM"] 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 ["SCM"]s provide mechanisms for propagating changes between repositories.

Distributed SCMs are in contrast to ["CentralisedSCM"]s.

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