I tried it with 1.14.5 and it works.
Is there a way to exclude merge just for a group of file types (e.g not *.py, *.c)?
måndag 17 juli 2023 kl. 15:48:29 UTC+2 skrev chris...@gmail.com:I tried it with 1.14.5 and it works.
Is there a way to exclude merge just for a group of file types (e.g not *.py, *.c)?If I'm reading the SVN book correctly, you get the filenames in the 6th and 7th parameters. Please see https://svnbook.red-bean.com/en/1.7/svn.advanced.externaldifftools.html for further details.You should then be able to extract the extension using %~x6 and/or %~x7.