How to avoid mixed eol-styles in a svn repository
Posted
by Ken
on Stack Overflow
See other posts from Stack Overflow
or by Ken
Published on 2010-03-24T17:10:11Z
Indexed on
2010/03/24
17:13 UTC
Read the original article
Hit count: 384
Is there a best practice for preventing mixed eol-styles in a subversion repository.
I know that svn:eol-style=native
can be set as an auto-prop, but I would have to ensure that it was set for all committers. I'm also reluctant to do a retrospective, repository-wide change of svn:eol-style
if there is a less invasive solution.
© Stack Overflow or respective owner