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

Re: Re: diff-doc.js / diff-docx.js not working with signed documents

From: Jared Silva <jayrod_at_gmail.com>
Date: Sun, 24 Mar 2013 20:07:38 -0400

I did some digging around...

Issue 465 (http://code.google.com/p/tortoisesvn/issues/detail?id=465)
"Added support for MS Word 2013 - remove file readonly attribute". The
attribute is modified only if Word 2013 is being used, so you can try
removing the version check and see what happens. You might need to do the
same for sNewDoc as well.

If that does not work, you might be out of luck:
http://msdn.microsoft.com/en-us/library/office/bb216319%28v=office.12%29.aspx
"ReadOnly
True to open the document as read-only. This argument doesn't override the
read-only recommended setting on a saved document. For example, if a
document has been saved with read-only recommended turned on, setting the
ReadOnly argument to False will not cause the file to be opened as
read/write."

This leads me to believe the only way for you to automate this at this
point would be to remove the signing, and then compare. I am not sure if
that option is available in the scripting library.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3051832

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2013-03-25 01:07:44 CET

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.