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

Re: Subversion speed

From: <kfogel_at_collab.net>
Date: 2005-04-02 00:14:40 CEST

Daniel Patterson <danpat@danpat.net> writes:
> I'm not sure on the CVS protocol, but the SVN HTTP
> protocol has a reasonable amount of round-trips,
> at least one for every file. If you've got a stack
> of small files, a HTTP GET request will be sent
> for each one. If you have high bandwidth, but high
> latency, that's going to be a factor. svnserve is
> probably better behaving.

SVN's HTTP/DAV protocol no longer behaves like this in most
circumstances, just FYI. It uses custom reports to avoid the extra
network turnarounds associated with individual GET requests.

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Apr 2 00:43:19 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.