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

svn ls performance

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Wed, 04 Jan 2012 22:16:55 +0100

Hi,

Due to a report on the TSVN mailing list I found that the CL client has
the same problem:
'svn list' takes forever in some situations.
I don't know what the problem exactly is, but it's easily reproducable:

svn ls http://plugins.svn.wordpress.org/ -v --depth=immediates
prints one entry, then never returns (ok, maybe not never. But waiting
10 minutes is not enough).

however, an
svn ls http://plugins.svn.wordpress.org/ --depth=immediates
(same command as above, but without the verbose flag) returns the
entries almost immediately.
I don't think that simply fetching the verbose info could take so much
longer?

This is with svn 1.7.2.
The same works fine with svn 1.6.6 - haven't tested with later 1.6 svn
clients since I don't have that version ready here on my machine.

using serf instead of neon doesn't help.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
Received on 2012-01-04 22:17:34 CET

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.