On Tue, Feb 09, 2010 at 08:19:07PM +0100, Bert Huijben wrote: > > Van: Ivan Zhakov > > The only problem I see is RA session root relative paths [1], since we > > end up with pool of connection for one repository but with different > > session root. We may workaround it using convention that svn_client_* > > RA sessions always rooted to repository root [2]. > Opening at repository root reintroduces issue #3242 (Authorization fails at > repository root)
If we can't open the path we're interested in with a recycled RA session, I suppose we could try use a new RA session. Recycling the session is just an optimisation afterall. It does not need to break anything. Stefan