tags:

views:

390

answers:

3

Given a (source) patch file, what's the easiest way to apply this patch on the source files under Windows?

A GUI tool where I can visually compare the unchanged-changed source lines would be great.

+3  A: 

Patch for Windows is what you're looking for.

SCdF
Note that this patch doesn't play nice with Vista's UAC. Try Git-for-windows's patch.exe instead, that comes with a manifest that solves the issue.
Marcus Lindblom
A: 

WinMerge is awesome.

http://winmerge.org/

Phil
A: 

@Phil: Have you ever tried it? The WinMerge FAQ clearly says that it doesn't patch:

Can patches be applied using WinMerge?

No. Patch tool from GnuWin32 project can be used for patch applying ...

Ashwin