On Thu, Apr 22, 2010 at 12:26:07AM +0200, Stefan Sperling wrote: > The diff below updates the devel/subversion port to Subversion 1.6.11.
The 1.6.11 update to the devel/subversion port has been committed. As Landry and Edd noted, there is one test failure in make regress. The test failure is harmless. It's a bug in the test. When creating an FSFS filesystem for testing purposes, the test ended up trying to use more file descriptors concurrently than OpenBSD allows by default. Users won't hit this problem in real life. I didn't see these failures because I run with :openfiles-cur=2048:\ :openfiles-max=4096:\ for my user's login class in /etc/login.conf. The problem has been fixed upstream: http://svn.apache.org/viewvc?view=revision&revision=937610 and nominated for backport to the next patch release (1.6.12). Stefan