jmacd / xdelta

open-source binary diff, delta/differential compression tools, VCDIFF/RFC 3284 delta compression
http://xdelta.org
1.12k stars 187 forks source link

Multiple files support #134

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be very nice if xdelta supported multiple files patching. Something 
like:

xdelta3 -r /path/folder1 /path/folder2 >allfilesrecursivepatch.xdelta

For recursive comparing all files on folder1 and folder2 and creating a single 
patch-file for all of them. And:

xdelta3 -r -d /path/folder1 <allfilesrecursivepatch.xdelta

For applying the patch on all files contained on folder1

Original issue reported on code.google.com by schmid...@gmail.com on 1 Sep 2011 at 11:40

GoogleCodeExporter commented 9 years ago
I just noticed that this is a duplicate of Issue 21:

http://code.google.com/p/xdelta/issues/detail?id=21

Original comment by schmid...@gmail.com on 2 Sep 2011 at 7:12

GoogleCodeExporter commented 9 years ago
It's still something I'd like to handle, but I have to focus on the core issues 
/ bugs first.
It will be easier to do something like this as a separate program, maybe in 
Python.

Original comment by josh.mac...@gmail.com on 18 Jun 2012 at 12:33