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

Re: Password asking 2 times in svn+ssh URL

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-05-19 04:57:15 CEST

On Tue, 2004-05-18 at 21:53, Hojin Choi wrote:
> Yes, so.. for what object are there two connections..
>
> for e.g. one for updating files, one for sending differential parts..?
>
> and why aren't they consolidated into one..?

Because sometimes its more convenient to use multiple connections. (How
am I supposed to respond to that? :-) )

For example, when running 'svn diff URL1 URL2', one connection is used
to receive a description of which files need to be compared, and a 2nd
connection is used simultaneously to fetch the files for comparison.
It's nice to use network connections in parallel.

 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed May 19 05:02:44 2004

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.