"Han The Man" <hantheman12@hotmail.com> writes:
> 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.
>
> Any idea why? Also, svn import, svn co, etc is slow as hell too. Using
> the svnserve / svn-protocol is much, much faster.
Put simple, a GET on a directory (which is what your IE use is doing)
that just spews HTML around directory entries is just faster than a
PROPFIND on that directory, which has to package up a bunch of stuff
(like properties) that your web browser doesn't need, but that the
Subversion client does, and marshal all that back to the client.
---------------------------------------------------------------------
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:49:38 2003