re: MS Word diff is backwards
From: Dieter Pfoser <pfoser_at_cti.gr>
Date: Thu, 29 May 2008 12:02:50 +0300
I am also using Word 2007 and Tortoisesvn and noticed the same problem.
My fix was to change the following lines in diff-docs.js:
Original entry:
sBaseDoc = objArgs(0);
sNewDoc = objArgs(1);
Modified entries (swapping the args)
sNewDoc = objArgs(0);
sBaseDoc = objArgs(1);
Cheers,
Dieter
|
This is an archived mail posted to the TortoiseSVN Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.