views:

837

answers:

1

How to integrate tortoisesvn Diff API(tool) for C#.Net? I should be able to use DIFF Tool in Tortoisesvn in my C# application.

A: 

The TortoiseIDiff tool is a standalone application. There are only a few command line options you can use to start the tool with the files/folders to diff.

But there's no API to directly integrate it.

Frank Bollack