For everyone who wants your little svn coloured logos back after updating to windows 10 (I don't know how you wouldn't want them!) you can do the following to upgrade your version of TortoiseSVN.
-
Open the command line (as admin) and update your chocolately version
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))"
-
Upgrade TortoiseSVN
chocolatey upgrade tortoisesvn
-
Restart your machine