Subject: | Slow proplist |
Working great for everything but I noticed that doing a proplist ie:
my $props =
$ctx->proplist('https://somewhere.something.com/svn/blah/de/blah/File.pm',
'HEAD', 0);
Is taking almost exactly 5 seconds per file that I call it for. Using
the standard command line svn client to do a proplist on the same file
takes less than 1/10th of a second.
Willing to poke, prod and debug if I can get some pointers on where to
start.