I try to use TortoiseSVN on Windows 10. When I try to commit I get an "Authorization failed" error.
I use the followinf SSH client: C:\Program Files\TortoiseSVN\bin\TortoisePlink.exe -a -P 9222 -l <my id> -pw <my password>. And I get the same error when I retry as different user and input my credentials in the dialog box.
And the problem mustn't lie in the repository: a colleague who uses my credentials manages to commit on his machine.
If it can help, all my repertories in C:\Users\<myUsername>\AppData\Roaming\Subversion\auth (which are svn.simple, svn.ssl.client-passphrase, svn.ssl.server and svn.username) are empty.
I see the difference between authorization and authentication but I get the same error when I enter random credentials.
If it's a server error, how do you explain that my colleague managed to commit with my credentials with his machine?
I already asked for access to the log files on the server, but there was reluctance.