Thanks a lot, Daniel This page helps!
Regards, Ralf ----Ursprüngliche Nachricht---- Von: [email protected] Datum: 21.05.2013 20:08 An: <[email protected]>, <[email protected]> Betreff: Re: Newbie Questions: How to create patch files... I guess the command you are looking for is shown in this example: diff -u file-old.c file.c Taken from: http://httpd.apache.org/dev/patches.html You'll as well find contributing tips here: http://tomee.apache.org/dev/contribution-tips.html Hope that helps. Cheers Daniel On Tue, May 21, 2013 at 8:01 PM, [email protected] < [email protected]> wrote: > Hi > > I have never create a patch file(s) before... Do you have a standard way > creating suitable patch files? My OS is > linux. > > Thanks > Ralf >
