why is svn add slow?
From: Robert Pluim <rpluim_at_bigfoot.com>
Date: 2003-02-23 17:58:17 CET
Because it rereads _and_ rewrites the entries file for every file
1) Change svn_client_add to remember the directory it was last working
2) Add an svn_client_add_in_dir, where you pass an apr_array where all
3) Some other way to make the entries file be cached? I haven't fully
I'm not sure either way. (1) feels icky, since it requires caching
What do you think?
Robert
-- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sun Feb 23 18:03:03 2003 |
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.