Feature Only in Enterprise Edition This feature is supported only in Visual C++ Enterprise Edition. For more information, see Visual C++ Editions.
Microsoft Visual SourceSafe is a version control system for team development of software applications. Version control systems track and store changes to a file so developers can review a file's history, return to earlier versions of a file, and develop programs concurrently. Microsoft Visual SourceSafe does this using reverse delta technology and stores only the changes to a file, not each complete version of the file itself. Unlike other version control systems, Visual SourceSafe is project-oriented.