On 09.02.2016 17:42, Michael Osipov wrote: > Isn't it worth to file any issue which makes Subversion to able to > read repos in either file encoding but write only Unix style?
We should read files that we expect the user to edit -- e.g., fsfs.conf -- in text mode. Revision files, however, are not text, and there's no reason to add complexity to FSFS to "solve" cases where some tool decides to mangle things that look like line endings in those files. In this specific case, if you have a Subversion repository inside a Git repo, well, just make sure your Git options don't mangle the repository contents. -- Brane