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

Re: SV: [TSVN] Re: Minor bug report: diff-script for doc files closes document immediately

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-10-24 19:57:33 CEST

Victor wrote:
> Hi,
>
> just to tell you that I've found a workaround for the bug in
> merge-doc.js script with Word 2000:
>
> Just patch merge-doc.js with this
>
> 45 // Merge into the "My" document
> 46 if (Number( word.Version) < 12)
> 47 {
> 48 baseDoc.Compare(sMergedDoc);
> 49 } else {
> 50 baseDoc.Merge(sMergedDoc);
> 51 }
>
> this is not like the merge method but I think it provides with much the
> same functionality, the fact is that you can see the differences between
> the 2 docs in a merged like way inside Word.

Thanks a lot for the workaround.
Committed your script in revision 7843.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue Oct 24 19:57:50 2006

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.