0

I have a .diff file containing a ton of changes across a ton of files.

I have earlier applied diffs manually using WinMerge. But this diff has way too many files and changes.

Is there any tool in windows for implementing the changes listed in a .diff file? I find the following seemingly relevant thread cryptic and beyond my comprehension abilities: How to apply a .diff file

Community
  • 1
  • 1
givknow
  • 31
  • 5

2 Answers2

0

If I get it right, what you need can be in TortoiseMerge. http://tortoisesvn.net/TortoiseMerge.html Please have a look at the Applying patches part here.

Danny
  • 528
  • 1
  • 4
  • 27
0

Refer: How to create a patch for a whole directory to update it?

diff -u orig_file_path new_file_path > file.patch