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

Re: Another working copy library

From: Barry Scott <barry_at_barrys-emacs.org>
Date: 2007-01-20 22:02:45 CET

I'd love to see an improved WC API and implementation that makes GUI
use cases perform.

 From pysvn Workbench's point of view the main API issue is that I
need to
get all the metadata for every file in a directory as efficiently as
possible.
I call svn_client_status which provides half the info I need in one
call.
But I cannot get the properties in an efficient way using the
svn_client API.
I currently read the props info directly out of .svn bypassing the
svn_client
API as it is incredibly slow.

Barry

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jan 20 22:03:10 2007

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.