Hi there, I have some files in the repo with svn:eol-style=native. With svn export I have the argument --native-eol, how to treat this.
Is there a way to do something similar with svn co? I mean to create a working copy, with the files having other than the system's native file ending? (I know, I could change svn:eol-style from native to LF in the repo, but that's not what I want.) Where does svn determine, what the system's setting is for "native" and can I change this setting as an end user? Is it in a config file? Thanks & regards, Paul