Here is the latest: | libsvn_client | libsvn_wc | Total ----------------------+---------------+-----------+------- svn_wc_adm_access_t | 14 | 81 | 95 svn_wc_entry_t | 31 | 61 | 92 svn_wc__node_ | 106 | 27 | 133 log_accum | 0 | 126 | 126 svn_wc__wq_add_loggy | 0 | 17 | 17 svn_wc__db_temp_ | 0 | 111 | 111 ----------------------+---------------+-----------+------- Total | 151 | 423 | 574
The most interesting part that I see is in libsvn_client, with just 14 access baton uses, and 31 entry_t uses. That library is *very* close to full removal of those two concepts. Anybody want to focus on those two areas? Finish it off? Cheers, -g