On 13.11.2020 16:30, Nathan Hartman wrote:
On Fri, Nov 13, 2020 at 9:20 AM Branko Čibej <br...@apache.org> wrote:
a) set svn:eol-style (and update the backport proposal)
b) fix your editor :)
Suggestion needed:
All of these do not have svn:eol-style set:
ax_boost_base.m4
ax_boost_unit_test_framework.m4
compiler.m4
libsecret.m4
lz4.m4
macosx.m4
py3c.m4
Also svn:auto-props on trunk does not have *.m4:
*.c = svn:eol-style=native
*.cpp = svn:eol-style=native
*.h = svn:eol-style=native
*.hpp = svn:eol-style=native
*.java = svn:eol-style=native
*.py = svn:eol-style=native
*.pl = svn:eol-style=native
*.rb = svn:eol-style=native
*.sql = svn:eol-style=native
*.txt = svn:eol-style=native
README = svn:eol-style=native
BRANCH-README = svn:eol-style=native
STATUS = svn:eol-style=native
How big of a fix do we want?
(1) Just macosx.m4?
For the backport fixup, just this, yes.
(2) All the above *.m4?
(3) All the above *.m4 and add *.m4 to auto-props?
In a separate commit. *.m4 files are only used on Unix, we should set
auto props for them.
-- Brane