On Sun, Oct 6, 2013 at 11:38 PM, Bert Huijben <b...@qqmail.nl> wrote:
> > > > -----Original Message----- > > From: stef...@apache.org [mailto:stef...@apache.org] > > Sent: zondag 6 oktober 2013 22:25 > > To: comm...@subversion.apache.org > > Subject: svn commit: r1529676 - in > /subversion/trunk/subversion/svnserve: serve.c > > server.h > > > > Author: stefan2 > > Date: Sun Oct 6 20:25:20 2013 > > New Revision: 1529676 > > > > URL: http://svn.apache.org/r1529676 > > Log: > > In svnserve, move the repository-specific data of the server > > baton into a separate data structure. Update a gazillion users. > > > > This is the first in a series of commits attempting to separate > > connection specific, repository specific and global data. Once > > that has been achieved, we can move towards suspendable sessions. > > The latter is required when serving a (quasi) unlimited number > > of connections through a limited number of threads. > > This patch breaks building on all buildbots. Probably because all of them > enable cyrus sasl while your build doesn't. > Sorry! Fixed. -- Stefan^2.