TSV
Version Control Systems - TSV
Version Control Systems (VCS) are tools that record and track file change history, enabling multiple developers to collaborate. Types include Git, SVN, and Mercurial, with two main architectures: distributed and centralized. As essential tools in software development, they provide features such as code history management, parallel development through branching, integration via merging, and tracking and restoration of changes.
version control
Git
SVN
Mercurial
source code management
development tools
DevOps
code slug name description initialRelease latestVersion type
git git Git The industry standard distributed version control system. 2005 2.53.0 Distributed
svn subversion Apache Subversion (SVN) A centralized version control system used in enterprise environments. 2000 1.14.5 Centralized
hg mercurial Mercurial A distributed version control system emphasizing ease of use. 2005 7.2 Distributed