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

后端 未结 4 737
感情败类
感情败类 2021-02-01 18:46

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

4条回答
  •  离开以前
    2021-02-01 19:02

    You should set svn:eol-style property.

    http://tortoisesvn.net/docs/nightly/TortoiseSVN_en/tsvn-dug-propertypage.html

    http://svnbook.red-bean.com/en/1.7/svn.advanced.props.file-portability.html#svn.advanced.props.special.eol-style

提交回复
热议问题