> 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

Reply via email to