How to apply a patch

View: New views
3 Messages — Rating Filter:   Alert me  

How to apply a patch

by Rafael da Silva Chiarinelli :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi everyone,

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

Best Regards,

Rafael

Re: How to apply a patch

by jmcconnell :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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 <
rafaels@...> wrote:

> Hi everyone,
>
>   how can I apply a given patch in order to fix a bug?
>
> Best Regards,
>
> Rafael
>



--
jesse mcconnell
jesse.mcconnell@...

Re: How to apply a patch

by Rafael da Silva Chiarinelli :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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 <
> rafaels@...> wrote:
>
>  
>> Hi everyone,
>>
>>   how can I apply a given patch in order to fix a bug?
>>
>> Best Regards,
>>
>> Rafael
>>
>>    
>
>
>  

hmmm, tks a lot!

Rafael