Revision Control System
| Revision Control System | |
|---|---|
| Original author | Walter F. Tichy |
| Developer | GNU Project |
| Initial release | 1982 |
| Stable release | 5.10.1
/ 2 February 2022 |
| Written in | C |
| Operating system | Unix-like, V |
| Type | Version control |
| License | GPL-3.0-or-later |
| Website | gnu |
| Repository | |
| OpenRCS | |
|---|---|
| Original authors | Jean-Francois Brousseau, Joris Vink, Niall O'Higgins, and Xavier Santolaria |
| Developer | OpenBSD |
| Initial release | 2006 |
| Written in | C |
| Operating system | OpenBSD |
| Type | Version control |
| License | BSD |
| Website | cvsweb |
| Repository | cvsweb |
Revision Control System (RCS) is an early implementation of a version control system (VCS). It is a set of UNIX commands that allow multiple users to develop and maintain program code or documents. With RCS, users can make their own revisions of a document, commit changes, and merge them. RCS was originally developed for programs but is also useful for text documents or configuration files that are frequently revised.