Jump to content

Repository clone

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by MicahElliott (talk | contribs) at 19:03, 2 November 2007 (initial content). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) โ† Previous revision | Latest revision (diff) | Newer revision โ†’ (diff)

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

Semantics

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

Usage by DVCSs

A few tools actually have a clone command: Monotone (mtn), Mercurial (hg), git, and Bazaar (an alias for branch).

SVK simply calls it mirror.