Hello I've been having some trouble using svn (subversion-1.6.15-1.fc14.i686) on a machine
If I try svn checkout it hangs and I have to use kill -9 then curiously enough git-svn works like a charm here's the last (censored) lines of strace socket(PF_INET, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, IPPROTO_TCP) = 4 setsockopt(4, SOL_TCP, TCP_NODELAY, [1], 4) = 0 fcntl64(4, F_GETFL) = 0x802 (flags O_RDWR|O_NONBLOCK) connect(4, {sa_family=AF_INET, sin_port=htons(80), sin_addr=inet_addr("IP OF THE MACHINE")}, 16) = -1 EINPROGRESS (Operation now in progress) poll([{fd=4, events=POLLOUT}], 1, 3600000) = 1 ([{fd=4, revents=POLLOUT}]) getsockopt(4, SOL_SOCKET, SO_ERROR, [0], [4]) = 0 fcntl64(4, F_SETFL, O_RDWR) = 0 send(4, "PROPFIND /path/to/repos/!s"..., 723, 0) = 723 send(4, "<?xml version=\"1.0\" encoding=\"ut"..., 148, 0) = 148 poll([{fd=4, events=POLLIN}], 1, 3600000) = 1 ([{fd=4, revents=POLLIN}]) recv(4, "HTTP/1.1 207 Multi-Status\r\nDate:"..., 4096, 0) = 781 close(4) = 0 gettimeofday({1299157573, 550294}, NULL) = 0 open("/tmp/apr-tmp.FUTA25", O_RDWR|O_CREAT|O_EXCL|O_LARGEFILE, 0600) = 4 fcntl64(4, F_GETFD) = 0 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 write(4, "!", 1) = 1 close(4) = 0 unlink("/tmp/apr-tmp.FUTA25") = 0 open("/tmp/tempfile.tmp", O_RDWR|O_CREAT|O_EXCL|O_LARGEFILE|O_CLOEXEC, 0666) = -1 EEXIST (File exists) open("/tmp/tempfile.2.tmp", O_RDWR|O_CREAT|O_EXCL|O_LARGEFILE|O_CLOEXEC, 0666) = -1 EEXIST (File exists) open("/tmp/tempfile.3.tmp", O_RDWR|O_CREAT|O_EXCL|O_LARGEFILE|O_CLOEXEC, 0666) = 4 fcntl64(4, F_GETFD) = 0x1 (flags FD_CLOEXEC) fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 stat64("support_tools", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0 open("support_tools", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 5 getdents64(5, /* 3 entries */, 32768) = 72 getdents64(5, /* 0 entries */, 32768) = 0 === and here it hangs=== Thanks -- - Thiago Galesi -- - Thiago Galesi