Lines Matching refs:RCS
2 Functions of RCS (Revision Control System)
4 RCS manages software libraries. It greatly increases programmer productivity
7 RCS stores and retrieves multiple revisions of program and other text.
18 RCS works for any type of text: programs, documentation, memos, papers,
22 RCS maintains a complete history of changes.
28 RCS performs automatic record keeping.
30 RCS logs all changes automatically.
32 RCS guarantees project continuity.
35 RCS manages multiple lines of development.
37 RCS can merge multiple lines of development.
41 RCS flags coding conflicts.
43 RCS can alert programmers about overlapping changes.
45 RCS resolves access conflicts.
47 RCS alerts the programmers and makes sure that one modification won't wipe
50 RCS provides high-level retrieval functions.
54 RCS provides release and configuration control.
58 RCS performs automatic identification of modules with name, revision
67 RCS provides a complete change history.
69 RCS records who did what when to which revision of which module.
72 RCS is fully compatible with existing software development tools.
73 RCS is unobtrusive -- its interface to the file system is such that
76 RCS' basic user interface is extremely simple. The novice need to learn
81 RCS simplifies software distribution if customers
82 maintain sources with RCS also. This technique assures proper
87 RCS needs little extra space for the revisions (only the differences).
91 RCS is implemented with reverse deltas. This means that