vote up 0 vote down star

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

flag
1  
Are you actually looking for an API to the TortoiseSVN tool or are you instead looking for a C# API to Subversion? If the latter is the case, check out: stackoverflow.com/questions/481247/…. – Brandon E Taylor Sep 17 at 4:19
Iam looking for a API to the DIFF Tool in Tortoisesvn(for comparing 2 different versions of a file visually) – Reji S Nair Sep 17 at 5:55

1 Answer

vote up 0 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.