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.
Would it be possible to check these projects out without changing the line endings to Windows OS? Preferably globally.
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
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
|
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.