That diff tries to resolve the loading of a Subversion repository where
wrong end of line style for a content has been stored in it.
For instance, it exists some corrupted svn dump files where a content
has CRLF line endings while the svn:eol-style is set to native.
According to the subversion documentation, this should not be possible
as the content should have been saved internally by Subversion with LF
line endings.
In a same manner, it also exists dump files storing a content with
mixed LF and CRLF line endings while having the svn:eol-style set to
native, which is also a violation of the Subversion specification.
Related T570