Live Chat!

How to create patch file using patch and diff

6 votos Vota!!

November 23rd, 2006 mysurface

Okay, this is what I do. I only know the basic. But before doing this, please backup your source code, patch wrongly will screwup your source code.
First, how to create patch file?
Patch file is a readable file that created by diff with -c (context output format). It doesn’t matter and if you wanna know more, [...]

Posted in Developer, Misc, diff, patch | Hits: 70839 | 4 Comments »