On 18.06.2019 10:55, sebb wrote:
...
If svn:eol-style is set to "native", it shouldn't matter. I think this
can be defaulted for newly added files.

Thanks, but this is Git, not SVN.

Ah. I don't think Git can help here.

In Jackrabbit, I regularly run a script to spot new files missing the
property.

Are you willing to share the script?

Yes, but it's specific to SVN:

-- snip --
find . "(" -name "*.js" -o -name "*.java" -o -name "*.xml" -o -name
"*.groovy" -o -name "*.md" -o -name "*.html" -o -name "*.css" -o -name
"*.cfg" -o -name package-list -o -name "*.xslt" ")" -exec svn propset
svn:eol-style native {} ";"
-- snip --

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to