[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

"SVN LIST, UPDATE, ..." hangs forever

From: Peter <bf3_at_telenet.be>
Date: 2007-03-18 18:28:28 CET

I know this is not the correct place to ask this question, but I have a
very annoying problem that does not get answered in the regular forum.

We're using SVN 1.4.3 (both server and client, using SVNSERVE).

On one client machine (Windows XP MCE), SVN LIST SVN:// and UPDATE
hangs on a specific directory; all other directories work fine.

Running "svnadmin verify" on the server returned no errors, and running
"svn list" on the same machine but under a secondary Windows
installation works fine.

Reinstallation did not help.

Since I'm not planning to reinstall the machine, I compiled from source
(trunk branch) and started debugging.

The command gets stuck in ra_svn_get_dir, when calling
handle_auth_request. Actually it hangs forever in readbuf_input, when
calling apr_socket_recv. It seems it performs a blocking call but no
data is returned so it wait forever.

I have no idea what would cause these problems on this particular
machine. It's a very stable system and no other programs show any
incorrect TCP/IP behavior. Any help on how to debug or fix this problem
would be appreciated.

Thanks,
Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Mar 18 18:28:44 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.