Hi!
I'm trying to make patch files for binary files, but if it's possible, I
didn't found how.
I tried:
diff -a Binary.1 Binary.2 >Binary_1-2.patch
patch Binary.1 Binary_1-2.patch
with all possible diff formats, but it didn't work...Did I something wrong, or is it not possible with binary files? Is there another solution for doing patch files? Thanks for any information! Greisberger Christophe [EMAIL PROTECTED]

