On Tuesday, March 27, 2018 at 12:51:04 PM UTC+2, David Balažic wrote: > > Hi! > > When having changed files in the working copy, especially file types for > which there is no compare function, it would be nice to have a "Open > version from base" option, to quickly view the "old" and the "new" (the one > in WC) version. > I don't find anything similar in the Commit dialog or "Check for > modifications" window, neither when I right click such a file in explorer. > > Is there any quick way for this? Or only by opening the log of said file > end doing it there? > > You could write your own diff script for these file types. For example the 'dll/exe' diff script could serve as a starting point: https://svn.osdn.net/svnroot/tortoisesvn/trunk/contrib/diff-scripts/diff-dll.vbs
Instead of calling 'fc.exe' you could call the app that can show these file types. Shouldn't be too difficult to implement. Stefan -- 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/5ced9fab-90c1-42c0-b6a9-a1de0b29118e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
