SVN source control authentication error (svnkit)

Hello.
We are using svnkit 1.8.11 as local svn server.
When trying to login I have an error:

LogSourceControl: Attempting “svn info “D:/temp/my_svn/MyProject/” --xml --non-interactive --trust-server-cert --username myusername --password ****************”

LogSourceControl: Attempting “svn status --show-updates --verbose --xml “D:/temp/my_svn/MyProject/”–non-interactive --trust-server-cert --username myusername --password ****************”

SourceControl:Error: Error svn: E170013: Unable to connect to a repository at URL ‘svn://git.myorg.local/root/MyProject/MyProject’

SourceControl:Error: Error svn: E170001: Authentication error from server: incorrect credentials

SourceControl:Error: Error This application has halted due to an unexpected error.

SourceControl:Error: Error A crash report and minidump file were saved to disk, you can find them here:

SourceControl:Error: Error C:\Users\user\AppData\Local\Temp\svn-crash-log20170321121834.log

SourceControl:Error: Error C:\Users\user\AppData\Local\Temp\svn-crash-log20170321121834.dmp

SourceControl:Error: Error Please send the log file to users@subversion.apache.org to help us analyze

SourceControl:Error: Error and solve this problem.

SourceControl:Error: Error NOTE: The crash report and minidump files can contain some sensitive information

SourceControl:Error: Error (filenames, partial file content, usernames and passwords etc.)

SourceControl:Error: Error Failed to connect to source control. Check your settings and connection then try again.

Dump file and logs: (SASL enabled/disabled)
https://drive.google.com/drive/folders/0B6VhapqQv3c4YW03ZF9JU2Rwd1U?usp=sharing

svnserve --version

svnserve, version 1.8.10 (r1615264)
compiled Apr 28 2016, 10:47:07 on x86_64-pc-linux-gnu

Copyright (C) 2014 The Apache Software Foundation.
This software consists of contributions made by many people;
see the NOTICE file for more information.
Subversion is open source software, see http://subversion.apache.org/

The following repository back-end (FS) modules are available:

  • fs_fs : Module for working with a plain file (FSFS) repository.
  • fs_base : Module for working with a Berkeley DB repository.

Cyrus SASL authentication is available.

Hello v.s.,

This issue is likely related to this one: SVN integration is broken in 4.15 - Platform & Builds - Epic Developer Community Forums

Users have reported having issues with SVN in general on 4.15. This is related to us updating the binaries. The issue has been logged and a workaround is available. Can you try the workaround and see if that helps you?

We turned off SASL and replaced SVN binaries from 4.14. It works.