Re: How to apply a patch

2008-02-21 Thread Jesse McConnell
if you have it in patch format then you would use the patch command

something like

 patch -p0  issue.patch

jesse

On Tue, Feb 19, 2008 at 1:27 PM, Rafael da Silva Chiarinelli 
[EMAIL PROTECTED] wrote:

 Hi everyone,

   how can I apply a given patch in order to fix a bug?

 Best Regards,

 Rafael




-- 
jesse mcconnell
[EMAIL PROTECTED]


Re: How to apply a patch

2008-02-21 Thread Rafael da Silva Chiarinelli

Jesse McConnell wrote:

if you have it in patch format then you would use the patch command

something like

  

patch -p0  issue.patch



jesse

On Tue, Feb 19, 2008 at 1:27 PM, Rafael da Silva Chiarinelli 
[EMAIL PROTECTED] wrote:

  

Hi everyone,

  how can I apply a given patch in order to fix a bug?

Best Regards,

Rafael





  


hmmm, tks a lot!

Rafael