INFO: SourceSafe - Project Oriented Version Control

Last reviewed: February 4, 1997
Article ID: Q124530
The information in this article applies to:
  • Microsoft Visual SourceSafe, versions 4.0, 5.0
  • SourceSafe for Windows, version 3.04
  • SourceSafe for Windows NT, version 3.04
  • SourceSafe for MS-DOS, version 3.04
  • SourceSafe for Macintosh, version 3.04

SUMMARY

SourceSafe is a project-oriented version control system. It does not write your code for you, but takes care of the maintenance and tracking responsibilities, freeing you to concentrate on programming.

MORE INFORMATION

Using SourceSafe, you can enhance your development productivity by enabling you to coordinate team programming efforts, track file and project histories, share code, and provide a single data source across multiple platforms.

Team Coordination

In SourceSafe, users check out files when they want to make modifications to them. All other users can see who has a file checked out and when it was checked out. When the developer is finished modifying a program, he or she can update SourceSafe to make the changes viewable to everyone.

File and Project Histories

Version control is the ability to obtain current and recent versions of files. SourceSafe uses Reverse Delta technology to store only the latest version of a file, with the information to re-create older versions of the file when needed.

SourceSafe also tracks the history of the project, allowing you to label a project when you have reached a certain level of development (for example, version 3.05.234). Later on, you can refer back to the files in the project as they existed at the time you labelled the project.

Shared Code

You can share a file or files between several projects. Unlike having the same file in several directories on a hard drive, sharing files in SourceSafe places them equally in all projects. Any changes made in one project will be reflected in all projects where the file is shared.

Multi-Platform Support

SourceSafe can share a common data location across many platforms. It is currently available for the Windows, Windows NT, MS-DOS, and Macintosh platforms. It will also keep track of both short and long filenames, using the appropriate name for the file system you are currently using. Visual SourceSafe 4.0 is available for the Windows, Windows NT, Windows 95 and MS- DOS platforms. Visual SourceSafe version 5.0 is 32-bit only, running on Windows NT and Windows 95.

REFERENCES

There are many additional features in SourceSafe. The Microsoft SourceSafe Concepts and Configuration Manual gives an overview of these and other features in greater detail.

For additional information on Visual SourceSafe features, please see the following article in the Microsoft Knowledge Base:

   ARTICLE-ID: Q157718
   TITLE     : VSS 5.0 Readme: Sec. 3, New Features in Visual SourceSafe


KBCategory: kbusage
KBSubcategory: SourceSafe vss vbwin ssvc
Additional reference words: 3.02 3.03 4.00 5.00



THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: February 4, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.