This is the mail archive of the ecos-maintainers@sourceware.org mailing list for the eCos 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: How to add patches to cvs-log


Hi Robert

Bob Brusa wrote:

> I would expect that in my case, the diff-command could look as follows:
> 
> C:\cygwin\ecoscvs\ecos\packages>cvs -q diff -u5 -p devs\eth\arm\at91 >>
> my.patch
> 
> However, this lists everything in this directory as "modified" - simply
> because my windows based editor has changed linefeeds by the cr-lf
> sequences.

You can ignore line endings and other whitespace differences using the
"-w" switch:

  cvs -q diff -u5 -w devs/eth/arm/at91

John Dallaway


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