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

Re: how to checkout on Windows with Unix-style EOL (LF)?

From: Andy Levy <andy.levy_at_gmail.com>
Date: Fri, 4 Jan 2008 08:41:01 -0500

On Jan 4, 2008 8:35 AM, Alexey I. Kardashevsky <aik.rsdn_at_gmail.com> wrote:
> The tool is too smart and replaces EOLs with the Windows ones (CR+LF).
> However I need LF EOLs.
> I've changed the config files as follows:
>
> [auto-props]
> * = svn:eol-style=LF
> *.* = svn:eol-style=LF
>
>
> But this did not help. I've changed the "svn:eol-style" property from
> Windows explorer "properties" window, did not help too.
> What have I done wrong? Many thanks and happy NY!

auto-props only controls properties that get automatically applied
when adding a new item to the repository. To make existing files check
out with the desired line ending, you must modify the svn:eolstyle
property for each of those files.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-01-04 14:41:13 CET

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

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