FIX: Branch or Rollback of Shared File May Cause Corruption

Last reviewed: January 28, 1998
Article ID: Q157813
The information in this article applies to:
  • Microsoft Visual SourceSafe, 16-bit and 32-bit, for Windows, version 4.0

SYMPTOMS

When you Branch or Rollback a shared file that uses Keyword Expansion, previous versions of that file may become corrupt. The corruption will be seen in all versions two or more behind the current version of the file. For example, if you have a shared file that uses Keyword Expansion that contains 10 versions and you Rollback that file to version 8, versions 1 through 5 may be corrupted.

CAUSE

This problem occurs when a Branch is executed on a file that uses Keyword Expansion. When you Rollback a shared file, Visual SourceSafe actually performs a branch in conjunction with the Rollback. It is this Branch that results in the problem, not the Rollback itself.

RESOLUTION

Do not use Keyword Expansion or do not Rollback a file that uses Keyword Expansion in versions prior to 4.0.

STATUS

Microsoft has confirmed this to be a problem in Visual SourceSafe version 4.0 and 4.0a for Windows. This problem was corrected Visual SourceSafe for Windows, version 5.0.

MORE INFORMATION

Steps to Reproduce Problem

  1. Use an ASCII text editor, such as Notepad, to create a new text file.

  2. Add the following text to the beginning of line 1:

        $History:: $
    

  3. Add the following text to the beginning of line 2:

        This is my entry for version 2
    

  4. Save the file and add it to a Visual SourceSafe project.

  5. Share the file with another Sourcesafe project or subproject.

  6. Check out the file from Visual SourceSafe.

  7. Add a new line to the checked out file that reads:

        This is my entry for version 3
    

  8. Save the changes and check the file back into Visual SourceSafe.

  9. Repeat steps 6 through 8 until you have added a total of 6 versions of

        comments in the file.
    

  10. Branch off the shared copy of the file.

  11. Right-click on the branched copy of the file, and then choose Show

        History.
    

  12. Do a View on any version two or more versions behind the branched

        version. For example, if version 6 is the branched version, note that
        version 4 or earlier of the file has missing data.
    

NOTE: The problem would also occur if you were to replace step 10 above with a Rollback because SourceSafe would perform a Branch at this point.

REFERENCES

For more information, please see the following articles in the Microsoft Knowledge Base:

   ARTICLE-ID: Q157082
   TITLE     : BUG: Rollback of a Shared Files Rolls to Unexpected Version

   ARTICLE-ID: Q156717
   TITLE     : PRB: Rollback of Shared Files Forces a Branch
Keywords          : fixlist500 ssusage
Version           : WIN95
Platform          : Win95
Issue type        : kbbug
Solution Type     : kbfix


================================================================================


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: January 28, 1998
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.