Fix uninstaller.
My VSS SCM got disabled when I uninstalled Plastic. the reason I uninstalled Plastic, is because VSS->Git->Plastic resulted in CRLF->LF in all files, which broke all DSW and DSP files (and others).
It is an issue with the git export.
-
Adminpsantosl (Admin, plasticscm) commented
Thanks for the comment Adrien.
In fact, Git, by default, seems to break the CRLF conversion.
In order to get it fixed, you've to be careful during git installation to select the "do not modify CLRF" option.
-
Adrien de Croy commented
looks like the cause of this is the removal of the registry value that lives in
HKLM\Software\SourceCodeControlProvider
Value ProviderRegKey is blanked on uninstall, which unhooks VSS. I guess you'd need to back the value up on install, and restore on uninstall.