Repository (version control)
Metadata storage for software revision control
Ratings
0
Nobody has rated this yet. Be the first!
Instances
3
Influences rating
Influences rating
Subclasses
1
Influences rating
Influences rating
Lists
0
In version control systems, a repository is a data structure that stores metadata for a set of files or directory structure. Depending on whether the version control system in use is distributed, like Git or Mercurial, or centralized, like Subversion, CVS, or Perforce, the whole set of information in the repository may be duplicated on every...