Home >> Computers >> Software >> Configuration Management >> Tools >> Revision Control System




Generally, the revision control rules manages multiple revisions to one unit of references, often the digital document containing source code. Look at revision control for more on this general usage.

A Revision Control Formulas (RCS) is an implementation of such a body which automates the storing, retrieval, logging, identification, & merging of revisions. RCS is utile for text that is revised oftentimes, for instance programs, documentation, procedural graphics, papers, and form letters. RCS is as well capable of treating binary files, though by having decreased efficiency & efficaciousness. Revisions come stored using a help of the Diff utility.

RCS was at first developed by Walter F. Tichy while he was at Purdue University. These are okay, section of the GNU project, but is however maintained by Purdue University.

Because it operates just in lone files, has there is no way of working using an entire design, nor allows multiple users to act in the file at the same time, it has been superseded by CVS and other packages capable of supporting complex projects. CVS was originally build on RCS.

RCS is utilized by TWiki.

GNU RCS
The GNU Revision Control System, a popular free SCM tool on the UNIX platforms.

CS-RCS
Inexpensive graphical RCS for Windows 95/NT, free for individuals, includes free standalone CSDiff. (ComponentSoftware)

DOSRCS
DOS port of GNU Revision Control System. Zip files, executables, documentation, and Microsoft C source. By Trumphurst.

Walter F. Tichy's Home Page
Professor of Computer Science at the University Karlsruhe, Germany, creator of RCS. Some pages in English, some in German, including two talks on software configuration management.

RCS Tutorial - the Revision Control System
Frames-based short HTML online tutorial, by David L. Spencer.

Purdue RCS Development
Contains UNIX, Windows and DOS distribution files and source, contributed software, support, and documentation.

RCE: the Revision Control Engine
Designated successor to RCS. Offers VRCE, Java based graphic user interface, and Byte Differencing Engine, efficient delta revision storage that supports all data types. API enables integration into any electronic data management system.


Computers: Software: Configuration Management: Tools: Concurrent Versions System






© 2005 GeneralAnswers.org