On Tue, 9 Jun 2009, Duane Ellis wrote:

> Could there be something we could put in the "configure script" - that
> tells CYGWIN - to behave?
> ie: Perhaps something like the  SHELLOPTS thing?
>
> For example - maybe in the "bootstrap" script?
> And in the "CONFIGURE' script?
> And in the Makefiles?
>
> FYI - with SVN - is who thinks what is native and when.
>
>     Tortiose - Native = Windows, period, no way to override this
>     SVN - cygwin = Native = CYGWIN setting
>    SVN - DOS = Native = Windows
>    SVN - on a Linux box = Unix
>          It's even more nasty, if you share something via SAMBA...

Maybe I'm missing something subtle, but as I understand it, the problem is 
that a shell script (which will never be attempted to be run by native 
Windows) is sometimes failing because it has CRLF "Windows" line-endings.

Why don't we set the svn:eol-style property on that file to be LF? That 
way, it will always get LF and only LF line endings, regardless of the 
system on which it is checked out.

svn propset svn:eol-style 'LF' guess-rev.sh (and all other .sh files)


_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to