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

Re: Slow execution with needs lock property

From: Senthil Kumaran S <senthil_at_collab.net>
Date: Fri, 09 Jul 2010 15:56:58 +0530

Senthil Kumaran S wrote:
> Following are my findings,
>
> With svn 1.6.9, in the working copy,
> <snip>
> $ time /usr/sbin/svn ls . > /tmp/ls.txt
>
> real 0m5.745s
> user 0m4.281s
> sys 0m1.653s
>
> $ tail /tmp/ls.txt
> test99990.txt
> test99991.txt
> test99992.txt
> test99993.txt
> test99994.txt
> test99995.txt
> test99996.txt
> test99997.txt
> test99998.txt
> test99999.txt
>
> $ time /usr/sbin/svn ls --xml . > /tmp/ls.txt
> ### Waits infinitely with no meaningful output ###

The above succeeded and following is the result:

<snip>
$ time /usr/sbin/svn ls --xml . > /tmp/ls.txt

real 160m38.964s
user 113m19.526s
sys 2m8.074s

$ tail /tmp/ls.txt
<name>test99999.txt</name>
<size>0</size>
<commit
    revision="1">
<author>root</author>
<date>2010-07-11T15:09:10.029363Z</date>
</commit>
</entry>
</list>
</lists>
</snip>

-- 
Senthil Kumaran S
http://www.stylesen.org/
Received on 2010-07-09 12:28:11 CEST

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.