[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: Victor <victorcoder_at_gmail.com>
Date: 2006-10-24 16:27:00 CEST

Hi,

just to tell you that I've found a workaround for the bug in
merge-doc.jsscript 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.

Best Regards.
Victor

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org

Received on Tue Oct 24 16:33:48 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.