Re: A problem with the patch utility and windows paths.

2005-09-30 Thread Igor Pechtchanski
On Fri, 30 Sep 2005, Christopher Faylor wrote: > [Ugh. Duplicate response. Duly noted.] Yes, it is. And within 5.5 minutes, no less. Shouldn't there be a grace period? :-) > On Fri, Sep 30, 2005 at 10:36:55AM -0400, Christopher Faylor wrote: > >If you're at

Re: A problem with the patch utility and windows paths.

2005-09-30 Thread Christopher Faylor
[Ugh. Duplicate response. Duly noted.] On Fri, Sep 30, 2005 at 10:36:55AM -0400, Christopher Faylor wrote: >If you're attempting to have patch interpret the paths in the patch file >then, as Eric said, you need to specify the "-p" option. In the above >case, specifying "patch -p0 <1.tm" will ca

RE: A problem with the patch utility and windows paths.

2005-09-30 Thread Igor Pechtchanski
acronyms/#PCYMTNQREAIYR>. Thanks. > > Subject: Re: A problem with the patch utility and windows paths. > > > > According to Bob Rundle on 9/29/2005 8:27 AM: > > > Greetings, > > > > > > I've having a few issues with the patch utility. It

Re: A problem with the patch utility and windows paths.

2005-09-30 Thread Christopher Faylor
On Fri, Sep 30, 2005 at 08:23:56AM -0600, Bob Rundle wrote: >Here is a reproducible script > >$ mkdir old >$ mkdir new >$ cat >old/file >Line1 >Asdf >Line2 >^D >$ cat >new/file >Line1 >Fdsa >Line2 >^D >$ diff -u old new >1.tm >$ patch <1.tm > >The last command gives the error > >can't find file to

RE: A problem with the patch utility and windows paths.

2005-09-30 Thread Bob Rundle
: Eric Blake [mailto:[EMAIL PROTECTED] Sent: Thursday, September 29, 2005 9:40 PM To: Bob Rundle Cc: cygwin@cygwin.com Subject: Re: A problem with the patch utility and windows paths. -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Bob Rundle on 9/29/2005 8:27 AM: > Greetings, >

Re: A problem with the patch utility and windows paths.

2005-09-29 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Bob Rundle on 9/29/2005 8:27 AM: > Greetings, > > I've having a few issues with the patch utility. It is not working with > windows paths. I am using Windows XP and the latest cygwin patch. Any help > is appreciated. Attached is the c