Version control for Linux (developerWorks)
[Posted October 11, 2006 by corbet]
developerWorks has put up
a
survey of source code management systems which run on Linux.
"
Arch is a specification for a decentralized SCM that offers many
different implementations. These include ArX, Bazaar, GNU arch, and
Larch. Arch not only operates as a decentralized SCM, but also uses the
changeset model. The Arch SCM is a
popular method for open source development because developers can develop
on separate repositories with full source control. This is because the
distributed repositories are actual repositories complete with revision
control. You can create a patch from changes in the local repository to be
used by an upstream developer. This is the real power of the decentralized
model." (Thanks to Jake Edge).
(
Log in to post comments)