Jump to content

Repository clone

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Cydebot (talk | contribs) at 13:59, 10 March 2012 (Robot - Speedily moving category Version control to Category:Revision control per CFDS.). 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.