You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Andrew Jorgensen <an...@jorgensenfamily.us> on 2006/10/12 22:18:17 UTC

extremely poor performance of svn propget svn:externals --recursive

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