You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2016/06/17 07:25:14 UTC

[Bug 58575] Set svn:eol-style native on all *.java files

https://bz.apache.org/bugzilla/show_bug.cgi?id=58575

--- Comment #1 from Javen O'Neal <on...@apache.org> ---
Added svn:auto-props in r1748802, which will check out files with native line
endings if the subversion client >=1.8.

For developers using an older subversion client, they could add the following
to their subversion config file:
http://stackoverflow.com/questions/5671406/force-svneol-style-native-on-the-server

Committers should add the following to ~/.subversion/config:
[miscellany]
enable-auto-props = yes

[auto-props]
*.java = svn:eol-style=native

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org