On Thu, Nov 16, 2023 at 10:29:32AM -0800, Stefan via TortoiseSVN-dev wrote: > What I would recommend is enabling the debug outputs the tsvn shell > extension has built in: > create a registry DWORD key under SOFTWARE\TortoiseSVN named > DebugOutputString, and set the value to 1. > Then restart the shell (reboot is maybe the safest and fastest way to do > that). > Then you can use dbgView from sysinternals (part of microsoft now) to see > all the debug output of the tsvn shell extension. That might be enough to > figure out the delay you have.
Thanks, I got this to work. What's great is that it even works with an official release build. However, nothing seems to get printed while the context menu is being opened. I only see new lines appearing in DebugView once I trigger an operation from the menu, such as 'Update'. I will try to find a way to add debug output while hooks are called by the shell during construction of the context menu. -- You received this message because you are subscribed to the Google Groups "TortoiseSVN-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn-dev/ZWMvqniorqe3iLKy%40jamack.stsp.name.

