On Tue, May 3, 2011 at 7:39 PM, <phi...@apache.org> wrote: > Author: philip > Date: Tue May 3 15:39:55 2011 > New Revision: 1099094 > > URL: http://svn.apache.org/viewvc?rev=1099094&view=rev > Log: > Revert part of r1099044. Files still get closed explicitly, to > avoid problems with too many open files, but the files will > exist on disk for longer. > > * subversion/libsvn_ra_serf/commit.c > (apply_textdelta): Go back to svn_io_file_del_on_pool_cleanup. > Hi Philip,
Do you remember why you reverted delete on close approach? Did you find any problems? Because currently file_baton pool is not cleared until close_edit and temporary files remain on disk until commit finishes. -- Ivan Zhakov