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

Re: Add DIFFing capability for Powerpoint 2010

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Thu, 05 Aug 2010 20:13:18 +0200

On 05.08.2010 19:49, BK wrote:
> When I try diffing a pptx file I've versioned with TortoiseSVN, I get
> the following message: Microsoft Powerpoint 2007 don't provide the
> DIFF features any more Sorry! You can try diffing with OpenOffice...
>
> Fortunately, MS added the functionality back in Powerpoint 2010 (see
> http://www.addictivetips.com/microsoft-office/powerpoint-2010-compare-two-presentations/).
> TortoiseSVN should be updated so that it would diff with Powerpoint
> 2010 if present, and present a message to the user to use either 2010
> or OpenOffice if Powerpoint 2007 is installed.

If you have Office2010 installed, you can try this yourself:
go to c:\program files\tortoisesvn\Diff-Scripts
and open the file diff-ppt.js in a text editor.

Change the line
if (PptAppMajorVersion(powerpoint) >= 12)

to
if (PptAppMajorVersion(powerpoint) == 12)

and then try diffing a powerpoint file again.

Please report back whether that works or not.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2643353
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-08-05 20:13:33 CEST

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.