Author Topic: Howto apply a patch  (Read 4004 times)

Offline joachim

  • Multiple posting newcomer
  • *
  • Posts: 12
Howto apply a patch
« on: May 10, 2006, 10:17:24 pm »
Hi

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

W2K, SP4, Compiling Nightly.

sethjackson

  • Guest
Re: Howto apply a patch
« Reply #1 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.

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: Howto apply a patch
« Reply #2 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
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Offline joachim

  • Multiple posting newcomer
  • *
  • Posts: 12
Re: Howto apply a patch
« Reply #3 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
W2K, SP4, Compiling Nightly.