jmacd / xdelta

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

Cannot redirect verbose info to .txt file #190

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.run in windows 8 command line: "xdelta3.exe -v -e -s old_file new_file 
delta_file > log.txt"
2.log.txt is blank

What is the expected output? What do you see instead?
The verbose info should be wrote to log.txt.

What version of the product are you using? On what operating system?
xdelta3-3.0.8.x86-64.exe, windows 8.1 64bit

Please provide any additional information below.

Original issue reported on code.google.com by yangyang...@gmail.com on 8 Oct 2014 at 8:23

GoogleCodeExporter commented 9 years ago
The verbose output is written to the "stderr" output descriptor .
See here:
http://support.microsoft.com/kb/110930

Original comment by josh.mac...@gmail.com on 12 Oct 2014 at 3:02

GoogleCodeExporter commented 9 years ago
Thank you!

2014-10-12 11:02 GMT+08:00 <xdelta@googlecode.com>:

Original comment by yangyang...@gmail.com on 12 Oct 2014 at 6:18