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

Re: svn propget hangs

From: Dave Rodgman <dave.rodgman_at_arm.com>
Date: 2006-01-19 12:24:14 CET

> > Also, it seems that this affects other svn commands, including ls,
> > plist, info, co.
> >
> This makes me suspect that this is caused by the history-following peg
> revision support, at least if you have 100k's of revisions. If so, 1.3.0
> should help, since the history-following algorithm was improved in this
> release.

The following timings are against a 7k commit repository (FSFS again) -
I'm afraid 1.3.0 isn't significantly better.

Dave

$ time subversion-1_0_5/Linux-redhat-7_2-i686/bin/svn ls
http://cam-svn1/svn/devsys/testing -r 3000
admin/
current/
testUpdate/
testharness/

real 0m1.030s
user 0m0.020s
sys 0m0.000s

$ subversion-1_2_0/Linux-redhat-7_2-i686/bin/svn ls
http://cam-svn1/svn/devsys/testing -r 3000
admin/
current/
testUpdate/
testharness/

real 1m18.013s
user 0m0.020s
sys 0m0.010s

$ time subversion/1.3.0/1/linux-redhat_7.1-x86/bin/svn ls
http://cam-svn1/svn/devsys/testing -r 3000
admin/
current/
testUpdate/
testharness/

real 1m11.279s
user 0m0.000s
sys 0m0.000s

-- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jan 19 12:57:38 2006

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.