The information in this article applies to:
SYMPTOMS
A Binary file is corrupted after a merge is attempted. There are two
scenarios where a merge can occur:
-or- CAUSEThis is by design. SourceSafe cannot read or edit binary files. These files can only safely be edited by the creator application. RESOLUTION
To prevent scenario 1, put all binary files in a subproject, and put a
Multiple_Checkouts=No in the project header for that subproject. This will
turn off multiple checkouts for this subproject only.
Such that the following would be a subproject header:
[$/TESTDATA/BINARIES]To do this, place the following in the SS.INI file under the subproject header for each user: Multiple_Checkouts=NoThen only one person can edit that set of files. To work around scenario 2, use the original application to accomplish the merge manually. In some cases, you can get both versions of the file and use the application utilities to merge the differences. STATUSThis behavior is by design. Additional query words:
Keywords : kbusage SourceSafe vbwin |
Last Reviewed: August 13, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |