hope anyone can help me track this issue down.
I alsodon't know if this is a tortoisesvn issue or a apache issue.
I have an Apache SVN server.
Use tortoise SVN to commit/add, just daily work.
I can add and commit "normal files" like text or zip files just fine.
But whenever I try to commit a image flie like "picture.png" or "picture.jpg", tortoise instantly ask me for login details.
Giving the right credentials does not help.
If I change a text file in the same folder (new or existing), I can commit it without being asked for my login details.
I also tried other svn clients, with no change.
Enabled extended loging in Apache, but it seems, the commit with the image file is blocked before it reaches mod_dav_svn.
If I give to many logins, I get a message in apaches logfile, stating, login failes with wrong password. And I 100% sure, the password is correct.
I am a bit out of options, where to look next.
Again this only seems to affect image files.
Any hints are welcome.