in reply to Re^2: How to apply a patch on Windows?
in thread How to apply a patch on Windows?
Why exactly? I see I posted erroneously extra output, but if you run the batch file, you should be able to follow and learn how patch processes files.
Its a basic path management problem.
mnooning specifies -p0 -dNet-Daemon which means cd to Net-Deamon and strip zero leading path parts, so patch looks for Net-Daemon/ChangeLog in Net-Deamon (Net-Deamon/Net-Deamon/ChangeLog) which doesn't exist.
So mnooning needs to change to -p1, or remove both -p/-d options... or manually enter the correct file path when prompted.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: How to apply a patch on Windows?
by BrowserUk (Patriarch) on Apr 23, 2010 at 09:11 UTC | |
by Anonymous Monk on Apr 28, 2010 at 01:58 UTC |