DenVdmj / xdelta

Automatically exported from code.google.com/p/xdelta (actual: https://github.com/jmacd/xdelta-devel/)
0 stars 0 forks source link

Please add a "verify" command #168

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently the only way to test the validity of an xdelta patch is to actually 
run a decode operation which involves a lot of disk write operations.

Please, add a command to verify the creation of delta, e.g.

$ xdelta verify archive archive.delta

where status code 0 means everything is OK.

Thank you.

Original issue reported on code.google.com by anestl...@gmail.com on 22 Oct 2013 at 9:40