On Mon, May 17, 2010 at 05:03, <phi...@apache.org> wrote: > Author: philip > Date: Mon May 17 09:03:36 2010 > New Revision: 945034 > > URL: http://svn.apache.org/viewvc?rev=945034&view=rev > Log: > * subversion/include/private/svn_wc_private.h > (svn_wc__db_temp_get_keep_local): Renamed to ... > (svn_wc__temp_get_keep_local): ... this. > > * subversion/libsvn_wc/node.c > (svn_wc__db_temp_get_keep_local): Renamed to ... > (svn_wc__temp_get_keep_local): ... this.
Okay. This is better. But really... why was this ever named something *besides* svn_wc__node_foo. ? It lives in node.c just like all the other node functions. All node functions are temporary, by definition. I just don't understand the rationale for why it ever used a different namespace to start with. ?? >... (not asking for change; just insight) Cheers, -g