INTRODUCTION FUNCTIONAL REQUIRMENTS LITERATURE REVIEW ALTERNATIVES FREE WARES TO VSS WHAT IS SMART CLIENT?
ANALYSIS SYSTEM DESIGN IMPLEMENTATION SYSTEM LIMITATIONS FUTURE ENHANCEMENTS | Alternative Free wares to VSSThere are certain free wares available which claims to be the alternatives for Microsoft Visual SourceSafe, but actually do not provide as much functionality as Visual SourceSafe does for Windows. The other provides more functionality for LINUX or UNIX. For example, there are certain free wares like RCS and CVS, which also control the version systems. < namespace="" prefix="o" ns="urn:schemas-microsoft-com:office:office" xml="true"> Introduction to RCSThe Revision Control System (RCS) manages multiple revisions of files. RCS automates the storing, retrieval, logging, identification, and merging of revisions. RCS is useful for text that is revised frequently, including source code, programs, documentation, graphics, papers, and form letters. RCS design was an improvement from its predecessor Source Code Control System (SCCS). The improvements include an easier user interface and improved storage of versions for faster retrieval. RCS improves performance by storing an entire copy of the most recent version and then stores reverse differences (called "deltas"). [http://www.gnu.org/software/rcs/rcs.html]
CVS is a version control system, an important component of Source Configuration Management (SCM). Using it, you can record the history of sources files, and documents. While CVS stores individual file history in the same format as RCS, it offers the following significant advantages over RCS:
|