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

Re: Weird performance problem

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2003-08-18 17:40:43 CEST

Han The Man wrote:
> I use subversion 0.24 with apache 2.0.47. The server is running on
> Redhat 8.0.
>
> When I use "http://myserver/svn/myrepos" from Internet Explorer,
> Subversion appears to be extremely fast. Listing the files and
> directories is almost instant.
>
> However, using the same url from the Windows XP command line (svn list
> ...), it takes forever (well, it works, but it's useless due to the bad
> performance.) TortoiseSVN over the http protocol is equally slow.

Well, keep in mind that 'svn list' is doing considerably more work than
just hitting the URL in IE. 'svn list' involves making several
different requests to the server to get various different kinds of
information, where hitting the URL in IE just does one. Granted, it
shouldn't be all that much slower, but it will always be slightly slower.

This isn't much of an answer to 'why is this so slow', but just so you
are aware that you're comparing two things that aren't exactly the same.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Aug 18 17:41:55 2003

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

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