[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-libc-dev] Re: Iotn13.h
From: |
Bruce Graham |
Subject: |
Re: [avr-libc-dev] Re: Iotn13.h |
Date: |
Fri, 21 May 2004 16:10:06 -0400 |
All,
I'm using the programmers notepad 2 which came with the WinAVR distribution.
(a) What precisely is the difference between unix line endings and windows line
endings?
(b) How can I get programmers notepad 2 to observe the correct convention?
Bruce
"E. Weddington" wrote:
> On 21 May 2004 at 10:00, Theodore A. Roth wrote:
>
> > One last thing about your usage of CVS. I think you are making it more
> > difficult than it needs to be. It looks like you are trying to work with
> > a local repository with your own tree structure or a repo for each file
> > you are working on. This is making it a bit more difficult for you to
> > generate patches and for me to apply those patches.
> >
> > Here's the steps you need to take to generate a patch (as unix shell
> > commands, but it shouldn't be too hard to figure what to do for
> > windows).
> >
> <snip steps>
>
> > If the --dry-run doesn't spew a bunch of errors, I'll apply it:
> >
> > $ patch -p0 < my-changes.diff
> >
>
> Additional note for developers using Windows:
>
> Be sure that all of your changes, and any new files have UNIX LINE ENDINGS and
> not Windows line endings.
>
> Eric