|
Post Made Community Wiki by Community♦
|
||||
|
|
||||
|
2 | added 5 characters in body | ||
|
Find some excuse to start using non-ASCII characters in your C# code (Chinese and Japanese are excellent for this). SourceSafe doesn't like Unicode (even though Visual Studio does), so if you choose the right Unicode text and check a file in and back out, your entire file will appear as corrupted gibberish. The beauty of this is that because SS uses a "diff" versioning system, this actually corrupts the file all the way back to the original check-in version, and can't be fixed manuallyautomatically. When this happens just one time (as it did to me when working on an application that had to support Japanese), you will probably find it to be a decisive argument in favor of dropping SourceSafe. |
||||
|
1 |
|
||
|
Find some excuse to start using non-ASCII characters in your C# code (Chinese and Japanese are excellent for this). SourceSafe doesn't like Unicode (even though Visual Studio does), so if you choose the right Unicode text and check a file in and back out, your entire file will appear as corrupted gibberish. The beauty of this is that because SS uses a "diff" versioning system, this actually corrupts the file all the way back to the original check-in version, and can't be fixed manually. When this happens just one time (as it did to me when working on an application that had to support Japanese), you will probably find it to be a decisive argument in favor of dropping SourceSafe. |
||||
