BUG: SourceSafe Update Command Fails on Large Binary FileLast reviewed: May 23, 1997Article ID: Q128238 |
The information in this article applies to:
SYMPTOMSA large binary file cannot be updated in SourceSafe.
CAUSEInsufficient resources to create the difference file.
RESOLUTIONIf it is not possible to increase the HMA by decreasing the number of drivers necessary for a given system, try putting all binary files in a subproject, and put the following line in the project header for that subproject:
Store_Deltas = NoThis will turn off the calculation of differences (storing the entire file) for this subproject only. For example, you may want to organize your projects as shown in the documentation (User Guide Chapter 2 Overview), with a subproject containing the binary files:
$/- | TESTDATA | -BINARIESSuch that:
[$/TESTDATA/BINARIES]would be a subproject header. Put this line under the subproject header in the SS.INI file for each user:
Store_Deltas = No STATUSMicrosoft has confirmed this to be a bug in the products listed at the beginning of this article. We are researching this bug and will post new information here in the Microsoft Knowledge Base as it becomes available. |
Keywords : kbusage SourceSafe vbwin
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |