Skip to content
EntityQ189439· pop 36· linked from 490 articles

version control

Sign in to save

Also known as revision control, source control, source control management, source code management, SCM

activity of managing the versions of one or more files

~32 min read

Encyclopedic overview

Version control (also known as revision control, source control, and source code management) is the software engineering practice of controlling, organizing, and tracking different versions in history of computer files – primarily source code text files, but generally any type of file.

Version control is a component of software configuration management.

Excerpted from Wikipedia’s “version control” article, available under the CC BY-SA 4.0 licence.