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

Dealing with line endings

From: Lente <lentevandenhout_at_gmail.com>
Date: Sat, 13 Jun 2015 01:39:04 -0700 (PDT)

Hello,

As a web developer running Windows 7 I'm often working on projects written on a Mac computer.
Trying to check these projects out `svn checkout http://core.svn.wordpress.org/trunk/ .` always leaves me with Windows (CRLF) line endings.

Would it be possible to check these projects out without changing the line endings to Windows OS? Preferably globally.
And similar to Git's `$ git config --global core.autocrlf input`.

I've tried setting uncommenting `enable-auto-props = yes` and adding `*.php = svn:eol-style=LF`, but after a new checkout the file line endings are still converted to Windows (CRLF).

Besides that I would like all files to be ignored, not just `php` files. (`*.* = svn:eol-style=LF` doesn't work either)

Could someone perhaps assist me with this?

As said, I'm basically searching for Tortoise SVN's version of Git's `$ git config --global core.autocrlf input`.

Looking forward to your reply.

-Lente

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3122428

To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2015-06-13 10:43:43 CEST

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

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