blob: 590ac39fc53de5741ce916b8f5aabf529853266d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
Xdelta provides the ability to generate deltas between a pair
of files and later apply those deltas. It operates similar to
the diff and patch commands, but works on binary files and does
not produce a human readable output.
Xdelta has three subcommands, delta, patch, and info. Delta
accepts two file versions and produces a delta, while patch
accepts the original file version and delta and produces the
second version.
WWW: http://code.google.com/p/xdelta/
|