[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: MS Word diff is backwards

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Thu, 29 May 2008 17:59:48 +0200

Dieter Pfoser wrote:
> 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);

Does this also work for other versions of Word or is the diff there
correct? If not, could someone maybe provide a patch which checks the
installed office version and do the right thing accordingly?

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net

Received on 2008-05-29 18:00:21 CEST

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.