Skip to content

Instantly share code, notes, and snippets.

@jamiecook
Last active December 22, 2016 00:59
Show Gist options
  • Save jamiecook/c1ff8017bdb9cfa335c9f64e23422e0c to your computer and use it in GitHub Desktop.
Save jamiecook/c1ff8017bdb9cfa335c9f64e23422e0c to your computer and use it in GitHub Desktop.

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.

  1. 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'))"

  2. Upgrade TortoiseSVN

    chocolatey upgrade tortoisesvn

  3. Restart your machine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment