i have an svn server in apache 2.2 my svn client is tortoise svn. all was fine for months. i don't see something special in logs when problem started happening today.
suddenly svn clients for all users are hanging. which means i run some svn command like svn log http:/....svnurl... and it just hangs. I watched the access.log of apache and i see this i think this says something
192.168.1.100 - myuser [17/Aug/2010:21:54:21 +0300] "OPTIONS /svn/repos HTTP/1.1" 500 539
192.168.1.101 - - [17/Aug/2010:22:18:53 +0300] "OPTIONS /svn/repos/trunk/myurl HTTP/1.1" 401 401
however when i watch the communication with ethereal i see like i do get response i see:
`Authorization: Basic shfksjdfhjhf=
?xml version="1.0" encoding="utf-8"?D:options xmlns:D="DAV:"D:activity-collection-set//D:options`
so it looks like im getting response isnt it?
anyone has any idea what is happening? why are all svn clients stuck?
Thanks