Is it possible to patch a file that has been edited? right now I get the following error:

1 out of 1 hunk FAILED -- saving rejects to file

I know that hunk 1 has code that needs to be patched over.

link|improve this question

25% accept rate
feedback

1 Answer

You manually edit to apply the rejected hunks.

link|improve this answer
So I just need to manually edit the diff file and remove things that will conflict? I can do that but in a way, wouldn't that defeat the purpose of having a diff document? – user770174 Aug 17 '11 at 18:47
After you run patch ,the possible patches are 'applied' and the impossible patches are rejected. All you can do then is apply the impossible ones by using your brain and a text editor. Patch files aren't that useful when other people have been changing the code. – bmargulies Aug 17 '11 at 19:53
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.