At the moment, we have a problem that exists only for a few subversion clients. We would like to get a subversion client log file, which contains information what command was send to the server, what response came back and so on. Is there the possibility to switch on logging to get that information on the client?
I found tons of information what to do with subversion logs, but that does not help here.
Because the notes asked for, here is the problem part:
- We have a central LDAP for all authentication information. This is used everywhere in the company.
- Subversion is configured such to get the authentication information there.
- The clients that have problems tell us that they have to change their password on some days even two or three times due to wrong authentication. The LDAP allows max X times the wrong password in a row, after that, the password has to be changed.
- The clients that have problems tell us that they do not use any scripts or automatic clients.
- The apache server logs tell us that the clients try to log-in in the same second 15 times.
We use HTTPS to access the subversion server from everywhere.
So I think, there should be anything wrong on the client side, but I have no clue what the reason could be. And the subversion client log files would be a great help here.