Feature: Add dotx/dot to supported diff extensions

23 views
Skip to first unread message

Christopher Oezbek

unread,
Mar 5, 2024, 10:53:42 AM3/5/24
to TortoiseSVN
The diffing utility of TortoiseSVN is working great and could also support MS Word Document Templates (.dot and .dotx) if the following change would be made in:

https://sourceforge.net/p/tortoisesvn/code/HEAD/tree/trunk/contrib/diff-scripts/diff-doc.js

Instead of the first line

// extensions: doc;docx;docm;odt;ods

Use

// extensions: doc;docx;docm;dot;dotx;odt;ods

Could be an easy commit.

Thanks!
Christopher

Daniel Sahlberg

unread,
Mar 5, 2024, 2:37:09 PM3/5/24
to TortoiseSVN
Hi,

That seems reasonable and it works with a quick test.

I've committed this as r29681. Thanks!

Kind regards,
Daniel

Reply all
Reply to author
Forward
0 new messages