Repository (version control)


English Wikipedia - The Free EncyclopediaDownload this dictionary
Repository (version control)
In revision control systems, a repository is an on-disk data structure which stores metadata for a set of files and/or directory structure. Depending on whether the version control system in use is distributed (for instance, Git or Mercurial) or centralized (Subversion or Perforce, for example), the whole set of information in the repository may be duplicated on every user's system or may be maintained on a single server. Some of the metadata that a repository contains includes, among other things:
  • A historical record of changes in the repository.
  • A set of commit objects.
  • A set of references to commit objects, called heads.

See more at Wikipedia.org...


© This article uses material from Wikipedia® and is licensed under the GNU Free Documentation License and under the Creative Commons Attribution-ShareAlike License