This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: patch not working on Windows 7 x64


On 7/23/2012 9:20 PM, Robert Dailey wrote:
I'm using Cygwin on Windows 7 x64 and when I run just 'patch', it
hangs and never returns. If I do 'patch --help', help is printed just
fine. I'm not sure why this is happening.

Any help getting this working?


Are you sure to have read the manual ? From "man patch" --------------------------------------------- NAME patch - apply a diff file to an original

SYNOPSIS
       patch [options] [originalfile [patchfile]]

but usually just

       patch -pnum <patchfile
[cut]
------------------------------------------------
if you give no patchfile "patch" is waiting the diff
from stdin, so it is not hanging at all

Marco


-- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]