On 2025/12/21 20:14:38 Anton Shepelev wrote: > Hello, all. > > 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. > > I have made sure that both /dev/random and /dev/urandom do not > block, by reading a single byte from them: > > od -vAn -N2 -tu2 < /dev/random > od -vAn -N2 -tu2 < /dev/urandom > > 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 versions and FreeBSD versions over the past could of years where the client and the 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 time 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
