sboulema / TSVN

Control TortoiseSVN from within Visual Studio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reading tortoiseproc location from registry not working on windows 10 64-bit machine

bartlibert opened this issue · comments

The plugin does not find my (non-standard) tortoisesvn location and I have found that it is caused because this registry read returns 'null', even when the key and value are present.
I found a topic about this on stack overflow. I made a quick dummy program to test the solution proposed in this answer and in that case the key is correctly read on my system (I have no access to a 32-bit machine to test it)

Could you make this change (or any of the other proposed answers in that topic), so the plugin works on 64-bit systems with a custom tortoisesvn install?

Thank you for a very well written issue!

Grab the new release! 🚀

Works as expected now, thanks for the very fast fix!