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/