On Thu, Sep 23, 2010 at 12:08, <phi...@apache.org> wrote: >... > +++ subversion/trunk/subversion/libsvn_wc/wc_db.h Thu Sep 23 16:08:41 2010 > @@ -757,27 +757,6 @@ svn_wc__db_base_get_info(svn_wc__db_stat > apr_pool_t *result_pool, > apr_pool_t *scratch_pool); > > -/* Just like svn_wc__db_base_get_info, but always reads information > - from inside the parent of LOCAL_ABSPATH, to allow reading the > - information of a node that is obstructed by a separate working > - copy. > - > - ### BH: This information is necessary for svn_wc_add3()'s > - ### checkout integration support. Even after we switch to > - ### a single db. > - */
This comment seems to indicate this function should not be obsolete. What happened? Cheers, -g