[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: 1.4.[23] for cygwin doesn't handle eol's properly

From: Nathan Kidd <nathan-svn_at_spicycrypto.ca>
Date: 2007-02-27 19:06:36 CET

Kylo Ginsberg wrote:
> I built both 1.4.2 and 1.4.3 for cygwin and both have the same
> behavior: when checking out a file with svn:eol-style=native on to a
> textmode-mounted directory, the line endings are all LF's. I believe
> they should be CRLF's.
>
> I believe this is a bug but please advise.

Cygwin has two modes it can be installed in: DOS and UNIX. If at setup
time you choose UNIX mode then it will always force CRLF -> LF
translation in your write calls. This could even override 'svn export
--native-eol=CRLF'

Try running Cygwin setup again and choosing DOS line endings.

-Nathan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Feb 27 19:04:23 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.