[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn diff requires 5 ssh connections

From: Max Bowsher <maxb_at_ukf.net>
Date: 2005-02-11 16:08:27 CET

Vincent Lefevre wrote:
> "svn diff" may require at least 5 ssh connections:
>
> dixsept:~hd/tmd/oldtests> svn diff -r3418:3419
> Connected to ay.vinc17.org (from ::ffff:152.81.9.195)
> Connected to ay.vinc17.org (from ::ffff:152.81.9.195)
> Connected to ay.vinc17.org (from ::ffff:152.81.9.195)
> Connected to ay.vinc17.org (from ::ffff:152.81.9.195)
> Connected to ay.vinc17.org (from ::ffff:152.81.9.195)
> Index: test32f
> ===================================================================
> [...]
>
> Is there any plan to improve that?

No, currently RA (repository access) sessions are treated as lightweight
disposable objects. There are no plans underway to redesign that - to do
that would require some Subversion-layer multiplexor - a role which right
now is being happily fulfilled by TCP/IP.

I can see how it might seem a little inelegant... but it's not hindering
your ability to work, is it?

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Feb 11 16:18:00 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.