You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TortoiseSVN-dev
Hi
I’ve made an effort to migrate the diff scripts from VBS to JS. It seems to be fine, however when upgrading an existing installation, the settings still point to the old scripts. It is enough to restore the default settings but it would be nice if the installer could do this. Any pointers where to go looking next?
Thanks
Daniel
Stefan
unread,
Jun 29, 2026, 1:05:16 PM (2 days ago) Jun 29
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TortoiseSVN-dev
There's the method CTortoiseProcApp::CheckUpgrade() which is for scenarios exactly like this. In fact, there's already code in there that resets the diff scripts. We had to do that once before...