Joachim Schipper wrote:
Finally, Subversion over SSH uses lots of connections, should you ever
want to use that.
connection multiplexing can be useful for this sort of thing.
Yes, it would be, but I never got it to work reliably (Subversion likes
to close connections before opening the next one, etc). Did you? If so,
could you share the script/... you used?
I always assumed you have a ssh up to the svn server doing nothing, then
using svn-over-ssh with the multiplexing at the side, re-using the idle
already-authed channel.