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

Re: Can svn diff

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Tue, 28 Aug 2012 20:34:16 +0200

On 28.08.2012 15:13, Oto BREZINA wrote:
> CDiffData::DoTwoWayDiff uses svn_diff_file_diff_2 for file comparison is
> there other method which can operate on memory.
> We have almost(we have UTF32 instead if UTF8) all data ready. But
> T-Merge uses file as temporary storage. Can this easily be eliminated?
>

You could maybe use svn_diff_diff_2 instead, but then you'd have to
write your own data provider callback. Not really something I'd like to
do if not absolutely necessary.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3001686
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2012-08-28 20:34:30 CEST

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.