On Mon, Aug 15, 2011 at 05:34:59PM +0200, Stefan Sperling wrote: > I believe with WD clients using a slave server can access data while it is > being copied to the slave because read-requests for data that isn't yet > available on the slave are proxied to the master. > > This is something Subversion's write-through proxy could do, too. > But it doesn't right now. All read-requests are answered by the slave > and they fail if requested data isn't available yet.
BTW, see http://subversion.tigris.org/issues/show_bug.cgi?id=2988