On Wednesday, February 12, 2020 at 4:46:01 PM UTC+1, Alexander Ites wrote: > > Hello, > > I tried to add to Settings -> Diff Viewer -> Advanced for .myfiletype > "%REPOROOT%\tools\MyCompare.bat" %base %mine > and then when the first didn't work the next > "%REPOROOT+%\tools\MyCompare.bat" %base %mine >
Well, %REPOROOT% is not available for diff scripts, only for hook scripts. Because diff scripts must work without working copies. So %REPOROOT% will never be available for diff scripts. And no, repo specific diff scripts will also never be supported because they must be available globally. -- You received this message because you are subscribed to the Google Groups "TortoiseSVN" 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/a965a665-45e4-42b4-a0cd-e6776ee4ddf0%40googlegroups.com.
