Is there anyway to get TortoiseSVN to leave EOL (line endings) as is?

Viewed 27054

I'm checking out files that have Linux style line endings (just LF char). When I check out a file with TortoiseSVN in Windows, it converts the line endings to Windows style (CR+LF). I've tried adding the lines to the subversion config file to force it to use LF, and yes, I did set the enable-auto-props = yes. This doesn't work, and even if it did, it's not exactly what I want, because I'd rather have TSVN simply not touch the files. Just copy them as is.

4 Answers

As of Tortoise SVN version 1.12.0, Build 28568, 2019/04/16, you can assign AS-IS EOL properties to an entire folder.

Select Workspace : Right-click : TortoiseSVN -> : Properties

Select New : EOL

Choose As is (no specific EOL)

Related