|
From: Gruber B. O. s. <Ber...@s-...> - 2009-09-23 13:20:43
|
I created a set of small reproducer files. These are the smallest files I could find to reproduce the problem. java com.nothome.delta.Delta source.min target.min minpatch.gdiff Produces with the most current souces from svn an errornous patch file. With javaxdelta 1.1.0 it produces a correct patch file. Here the content of both patch files in readable form: Created with head revision Magic: D1 FF D1 FF Version: 04 Command: 0F - append 15 Data: E5 A8 C7 53 6E 79 FD 9C F8 B6 32 3B 47 37 31 Command: 00 - EOF Created with Version 1.1.0 Magic: D1 FF D1 FF Version: 04 Command: 10 - append 16 Data: B5 E5 A8 C7 53 6E 79 FD 9C F8 B6 32 3B 47 37 31 Command: 00 - EOF The difference is, that with the most current sources, the first byte of the data to append is lost. |