Re: svn freezing at checkout on FreeBSD
Michael Osipov <[email protected]> Sat, 10 Jan 2026 10:38:05 -0000
| Newsgroups | gmane.comp.version-control.subversion.user |
|---|---|
| Message-ID | <pony-96574032-512f-483f-902f-6fea7c66f31a-users@subversion.apache.org> |
On 2025/12/21 20:14:38 Anton Shepelev wrote: > Hello, all. >=20 > On FreeBSD 14.3, svn 1.14.2 freezes at the checkout operation of an > svn:// repository. The working-directory is created together with the > .svn subdirectory, but nothing else appears. If I kill the fronzen > svn process, and do `svn up', it says the working copy is already locked. > If I do `svn cleanup', then `svn up' hangs forever as well. >=20 > I have made sure that both /dev/random and /dev/urandom do not > block, by reading a single byte from them: >=20 > od -vAn -N2 -tu2 < /dev/random > od -vAn -N2 -tu2 < /dev/urandom >=20 > On FreeBSD, /dev/urandom is a symlink to /dev/random, but it > did not stop other and previous installation of FreeBSD. > Please, help me shoot this trouble, preferable in the head > rather than in the foot. I can confirm that on my end. I had those freezes in various Subversion versi= ons and FreeBSD versions over the past could of years where the client and th= e server are on the same machine accessed via HTTPS. I always assumed that is= was my setup and never analyzed it. It is hard to reproduce. Most of the tim= e it has happended when: * Updated 100+ working copies at once in a loop * Performed "mvn release:prepare release:perform" I'd behappy to trace when this happens again, but need to know what exactly. = truss? Wireshark? Michael