RE: Re: Error comparing files / Word 2013
From: Moshe Katz <kohenkatz_at_gmail.com>
Date: Sun, 13 Jan 2013 17:03:33 -0800 (PST)
I haven't found anything new, but several people have asked me what they need to change in the compare script.
In diff-doc.js on line 134 (see http://code.google.com/p/tortoisesvn/source/browse/trunk/contrib/diff-scripts/diff-doc.js#134), you need to change the second `true` to `false`. See the Microsoft documentation here: http://msdn.microsoft.com/en-us/library/ff835182.aspx . (It also needs to be changed a few lines below that.)
However, just as important, you need to make sure that the file's properties on disk (i.e. right-click and click "properties") do not say read-only. There may be an issue with this if your files are read-only on purpose, but I didn't have that issue myself.
I have no word back from Microsoft yet about whether this is by design.
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
|
This is an archived mail posted to the TortoiseSVN Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.