Jump to content

Repository clone

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Infovarius (talk | contribs) at 10:56, 29 March 2012. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A Repository clone is a concept from distributed revision control which represents the cloning of a remote repository to a local copy.

A clone operation is performed when a developer wants to start working on an existing project.

Usage by DVCSs

A few tools have a clone command: monotone (mtn), Mercurial (hg), git, and Bazaar (an alias for branch). SVK calls it mirror.