Jump to content

Revision Control System: Difference between revisions

From EDM2
Ak120 (talk | contribs)
No edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 6: Line 6:
* Last known OS/2, DOS & MS Windows version: [http://hobbes.nmsu.edu/h-search.php?sh=1&button=Search&key=rcs57 RCS 5.7] (1999-03-28)
* Last known OS/2, DOS & MS Windows version: [http://hobbes.nmsu.edu/h-search.php?sh=1&button=Search&key=rcs57 RCS 5.7] (1999-03-28)
* Last official version: RCS 5.8
* Last official version: RCS 5.8
;Prerequisites
* [[EMX]] 0.92 or higher for the OS/2 version


== Articles ==
== Articles ==
Line 23: Line 20:
==Authors==
==Authors==
* Walter F. Tichy (Original developer)
* Walter F. Tichy (Original developer)
* [[Frank Whaley]] (MS-DOS and OS/2 1.x port).
* [[Frank Whaley]] (MS-DOS and OS/2 1.x port)
* Rich Braun (Novell support).
* Rich Braun (Novell support).
* [[Kai-Uwe Rommel]] (OS/2 32 bit port)
* [[Kai-Uwe Rommel]] (OS/2 32-bit port)
* Paul Eggert
* Paul Eggert
* Thien-Thi Nguyen (Current maintainer)
* Thien-Thi Nguyen (Current maintainer)


[[Category:Tools]]
[[Category:DOS Tools]]
[[Category:Open Source Software]]
[[Category:Open Source Software]]
[[Category:Software Configuration Management]]
[[Category:Software Configuration Management]]
[[Category:MS Windows Tools]]
[[Category:Software written in C]]
[[Category:Software written in C]]

Revision as of 16:42, 25 November 2016

The Revision Control System, or 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

  • Last known OS/2, DOS & MS Windows version: RCS 5.7 (1999-03-28)
  • Last official version: RCS 5.8

Articles

Links

License

  • Open source, originally non-redistributable freeware, later versions and forks released under the GPL v2 and GPL v3.

Authors

  • Walter F. Tichy (Original developer)
  • Frank Whaley (MS-DOS and OS/2 1.x port)
  • Rich Braun (Novell support).
  • Kai-Uwe Rommel (OS/2 32-bit port)
  • Paul Eggert
  • Thien-Thi Nguyen (Current maintainer)