Code::Blocks Forums

User forums => Help => Topic started by: joachim on May 10, 2006, 10:17:24 pm

Title: Howto apply a patch
Post by: joachim on May 10, 2006, 10:17:24 pm
Hi

Can someone tell me how to apply a patch as found in the forums? :oops:

Title: Re: Howto apply a patch
Post by: sethjackson on May 10, 2006, 10:51:03 pm
Yes. :D

If you have TortoiseSVN it is sooooo easy (You didn't say what OS so pardon my ignorance if you have *nix\Mac).

http://tortoisesvn.sourceforge.net/

Right click on the base chekout directory of your C::B sources (C:\CodeBlocks for me).

Select Apply patch. Select the patch file you want to apply. Thats it.
Title: Re: Howto apply a patch
Post by: thomas on May 10, 2006, 11:00:45 pm
Quote
If you have TortoiseSVN it is sooooo easy
And if you don't : patch -p0 -u patchfile
Title: Re: Howto apply a patch
Post by: joachim on May 10, 2006, 11:11:22 pm
You are right, -it is sooo easy if you know where to click (or how to type the proper command)....

Thanx :P