Efficient propget/proplist of one directories entries?
From: Barry Scott <barry_at_barrys-emacs.org>
Date: 2006-02-17 16:10:08 CET
It would help speed up my WorkBench GUI if there was an efficient way
I use svn_client_status to get all the status info for one directory
Here is the output of a pysvn test program:
status() elapsed time: 0.071s for 166 entries 0.000426s/entry
The 2.9s of the 166 propget calls dwarfs the status call.
The test code is below
Barry
import sys
c = pysvn.Client()
time_status_start = time.time()
time_propget_start = time.time()
print (' status() elapsed time: %.3fs for %d entries %.6fs/entry' %
---------------------------------------------------------------------
|
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.