I have copied your attachments and have reproduced the problem in my
sandbox.
I'll let you know how it goes.
Thank you very kindly for your efforts.
On Wed, Sep 23, 2009 at 6:20 AM, Gruber Bernhard OSA sIT <
Ber...@s-...> wrote:
> 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.
>
>
|