Revision Control System

From EDM2
(Redirected from RCS)
Jump to: navigation, search

The Revision Control System (RCS) is a simple open source software revision control system. It works on individual files rather than projects and makes no use of repositories or a client/server architecture, making it better suited to individual use or as a background versioning system for small applications that require an automated system but is hidden away from the user and thus does not represent a user interface to the end user, like in for instance a Wiki system that does not use a database or a simple document management system.

Because of its relative simplicity and the fact that it handles alien formats better than CVS does for instance, RCS has its uses in the modern day, for simple personal setups it handles basic revision control with aplomb and oddly enough is still available in a 16 bit version for OS/2 1.x.

Version

  • 5.5
  • 5.6.3 (Mar 1992)
  • 5.7 (1999-03-28)

GNU RCS

  • 5.8 (2011-08-30)
  • 5.9.4 (2015-01-22)

Articles

License

  • Open source, originally non-redistributable freeware, later versions and forks released under the GPL v2 and GPL v3.
  • Author: Walter F. Tichy
  • Current maintainers: Paul Eggert, Thien-Thi Nguyen
  • Ports:

Publications

  • Walter F. Tichy: Design, Implementation, and Evaluation of a Revision Control System - Proceedings of the 6th International Conference on Software Engineering, ACM (Sep 1982)
  • Walter F. Tichy: RCS — A System for Version Control - Software: Practice and Experience, Vol. 15 No. 7 (Jul 1985) [1]
  • Don Bolinger; Tan Bronson: Applying RCS and SCCS: From Source Control to Project Control - O'Reilly 1995, ISBN 1-56592-117-8

Links