I'm using Subversion(1.14.1) and Ubuntu(22.04.4 LTS) as the server, TortoiseSVN(1.14.7) as the client.
Case【Case1】
Yesterday, I have no user group on svn server. My passwd and authz files are like:
At that time, I can log in svn from client by both Username=User1 and Username=user1, which is case insensitive.
【Case2】
Today, I add some groups to svn server. My passwd and authz files are like:
Now, I can log in svn from client only by Username=User1. Username=user1 fails, which is case sensitive.
QuestionThis is very wired to me.
I changed no setting on Subversion, but Subversion changes its behavior on case sensitive for username.
Besides, I don't know this problem is caused by the server or the client.
I have also asked this question on StackOverflow