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

High level delta API?

From: Mike Brennan <psuadm_at_pittstate.edu>
Date: Thu, 4 Feb 2010 10:01:45 -0600 (CST)

Hi,

I need a very high level interface for working with text deltas.
Source, target and deltas will be fairly small (1-100k) in-memory
binary strings. Would be used for producing deltas of changes to
individual database records. All I need is two functions:

        source + target -> delta
        source + delta -> target

Any way to use the Subversion API to achieve this without
investing a huge amount of time in the guts of the code understanding
Subversion- (and Apache)-specific datatypes, streams, pools, windows,
etc? I know there's some great stuff buried there, but how to access
it easily? I'm hoping for a wise and gentle guide to show the way.

If using Subversion is the wrong approach, can you recommend something
better? Thanks much.

-Mike
Received on 2010-02-04 17:02:53 CET

This is an archived mail posted to the Subversion Users mailing list.

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