I need to apply some code changes to a source code file I don't have access to. I write code but rely on someone else to test it for me because my old computer has trouble with VMs. Most of the changes are fixing small syntax errors, but I think there were some code instertions, some newlines, etc. I've never used diff in this way before. And I've never used patch ever. Is this possible?
Recommended Answers
Jump to Postdiff is used to find the differences between two files. So you will need a copy of the file before the changes were made and a copy of the file after the changes were made.
All 4 Replies
Ancient Dragon
5,243
Achieved Level 70
Team Colleague
Featured Poster
dancks
4
Light Poster
Ancient Dragon
5,243
Achieved Level 70
Team Colleague
Featured Poster
rubberman
1,355
Nearly a Posting Virtuoso
Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, learning, and sharing knowledge.