How can it be that svn ls -v needs ~250 longer than a normal svn ls?
It does not seem to matter which transport i am using even with file:// schema it's no difference. I also tried enabling memcached, but no improvements either.
The funny thing is at the top level directory this command is the slowest, the deeper i go the faster it gets. And it does not seem to matter how many items are in a directory.
I am using svn version 1.7.1 for both client and server. And FSFS repo format.
Here the timings
svn ls -v svn://trac/koh/ 0.01s user 0.01s system 0% cpu 39.960 total
svn ls svn://trac/koh/ 0.00s user 0.02s system 6% cpu 0.243 total