svn hangs when connecting to server but only for me!
Posted
by vgm64
on Stack Overflow
See other posts from Stack Overflow
or by vgm64
Published on 2010-04-19T16:28:20Z
Indexed on
2010/04/19
16:33 UTC
Read the original article
Hit count: 300
I've checked out two repositories with svn and they both have some odd behavior when using commands like svn -u status
. That command in particular will hang, and top says the process is sleeping. I can check out and update those repos (usually), but this in particular will hang until I kill -9 it. It doesn't happen on anyone else's computer (I'm running Mac OSX 10.6) who uses these repos.
I just checked out a fresh clean version of one of the repos, and did svn -u status
and it froze. Anyone have any thoughts? Could some settings be corrupted?
© Stack Overflow or respective owner