Matthew Bentham <mjb67@artvps.com>


Patch
r911846

r911846 | neels | 2010-02-19 15:37:52 +0000 (Fri, 19 Feb 2010)

wc-ng: Eliminate a use of svn_wc_entry_t.

* subversion/libsvn_client/commit_util.c (add_lock_token):
    Replace a use of svn_wc__maybe_get_entry with use of svn_wc__node_get_*().

* subversion/libsvn_wc/node.c (svn_wc__internal_node_get_url):
    Also handle deleted nodes.

Patch by: Matthew Bentham <mjb67{_AT_}artvps.com>