[Mono-dev] [PATCH] FastCGI patch

Kornél Pál kornelpal at gmail.com
Tue Jun 2 17:44:31 EDT 2009


Hi,

Cygwin can be configured but bash will accept only one of them once 
configured. This means that we either have to use CR/LF or LF 
everywhere. When no EOL style is set then the original line break style 
is preserved and native means CR/LF even for cygwin's SVN on Windows 
(according to my experience).

If I set CR/LF on cygwin I wouldn't be able to compile Mono so I prefer 
to use LF for shell scripts. Tools other than bash have no problem with 
either line break styles.

Kornél

Robert Jordan wrote:
> Andreas Färber wrote:
>> Am 02.06.2009 um 02:14 schrieb Kornél Pál:
>>
>>> autogen.sh, configure.in: Set eol style to Unix to fix cygwin build.
>> Can Cygwin no longer be configured to use either eol style?
> 
> Although Cygwin's SVN defaults to LF, other SVN tools for Windows
> do not. When the working copy was created by another tool
> cygwin's bash is failing with incomprehensible error messages.
> 
> The issue is not prevalent (except for xsp) because other
> *.in and *.sh in mono's trees do not have svn:eol-style set.
> 
> Robert
> 
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
> 


More information about the Mono-devel-list mailing list