shaikat3 / open-vcdiff

Automatically exported from code.google.com/p/open-vcdiff
Apache License 2.0
0 stars 0 forks source link

Diff file merge capability. #20

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. This is no merger funtionality for the delta files. Would be nice to 
have the function to merge multiple delta files. (like xdelas)
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by bwang...@gmail.com on 25 Feb 2009 at 11:04

GoogleCodeExporter commented 9 years ago
Thank you for your interest in open-vcdiff and for making this suggestion.  A 
merge
tool is certainly possible.  It could read from the input streams using the
VCDiffCodeTableReader class and write a merged delta file using 
VCDiffCodeTableWriter.

It is unlikely that I will have time to write such a tool in the near future.  
If you
create a merge tool, please feel free to submit it to the open-vcdiff project as
described in http://code.google.com/p/open-vcdiff/wiki/OpenVcdiffDevGuide.

Thanks again!

Original comment by openvcd...@gmail.com on 6 Apr 2009 at 4:14