Separation of diff / patch code?
G'day everyone,
I have a need for a Java library for generating and applying binary deltas, and X-Delta / V-Delta look like a fine way to do that. This is unrelated to SVN however, so my question is whether there are any plans to separate out the X-Delta / V-Delta logic from svnkit into a library that can be used independently of the rest of svnkit?
I could probably just use svnkit verbatim, but I'd rather not bring over all of the other SVN related functionality (since I don't need it).
Thanks in advance!
Peter