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

Re: Diff word files and save result

From: Andy Levy <andy.levy_at_gmail.com>
Date: Mon, 25 Jan 2010 09:37:59 -0500

On Mon, Jan 25, 2010 at 08:30, Jan Fischbach <jan.fischbach_at_gmx.de> wrote:
> Hiya, I love T-SVN's diff function for office docs. For archiving reasons I
> want to save the word diff file. I can start the comparison with
> TortoiseProc.exe /command:diff /path:path\to\new.doc
> /path2:O:path\to\old.doc. Then I manually have to save the word diff file
> (switch to winword, save as ...). Is there a way to automate this,
> e.g. TortoiseProc.exe /command:diff /path:path\to\new.doc
> /path2:O:path\to\old.doc > diff.doc? Bye, jan
>

Tortoise doesn't do the diffing; it merely runs a script which invokes
Word in its "Compare Documents" mode.

Look at C:\Program Files\TortoiseSVN\Diff-Scripts\diff-doc.js & check
what other automation MS Word offers; you may be able to modify the
script to have Word auto-save.

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-01-25 15:38:05 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.