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

extremely poor performance of svn propget svn:externals --recursive <URL>

From: Andrew Jorgensen <andrew_at_jorgensenfamily.us>
Date: 2006-10-13 00:18:17 CEST

I've been using this command as part of a script I'm writing that gives
me a snapshot of the revisions used in a repository at a given point in
time (including revisions of externals used). When I execute this
command on a project that contains just over 7000 files at some over
100MB it takes nearly 3 minutes, most of which time is spent in network
traffic.

Looking at it with ethereal I can see that svn makes several PROPFIND
requests per-file. I haven't seen what's contained in the responses
because the server I'm testing against (svn.collab.net) uses gzip. It
also appears to open several http sessions during the query.

Please CC me in any replies as I am not subscribed to the list right
now.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Oct 15 21:44:48 2006

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.