Article ID: 170750 - Last Review: February 24, 2005 - Revision: 1.1 INFO: End of Line Character Settings for Visual SourceSafeThis article was previously published under Q170750 SUMMARY
The MS-DOS (including WINDOWS), UNIX, and Macintosh operating systems all
use different characters to designate the end of a line within a text file.
SourceSafe is designed this way so that UNIX, Macintosh, and PC users can all check the same files in and out and always see the file displayed correctly. MORE INFORMATION
Visual SourceSafe translates the CR/LF characters into the appropriate EOL
character when you get or check out a file. It changes the EOL character
back into a CR/LF combination when you check the file back in. It's important to notice that in this one instance, SourceSafe alters the contents of your text file. While this type of change is necessary for text files, it would cause unpredictable results for binary files. Therefore, this operation is never performed on a binary file. You can change this default behavior by adding the EOL switch in the user's Ss.ini file. You can set the EOL variable to either an "r" (Carriage Return), "n" (Line Feed), or "rn" (Carriage Return/Line Feed). For example: You can also accomplish this by using the -g switch from the command line. The syntax is as follows: | Article Translations
|
Back to the top
