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

RE: High level delta API?

From: Bob Archer <Bob.Archer_at_amsi.com>
Date: Thu, 4 Feb 2010 11:08:48 -0500

> 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
>
> If using Subversion is the wrong approach, can you recommend something
> better? Thanks much.

Can't you just use the OS diff command?

BOb
Received on 2010-02-04 17:08:48 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.