J Prince <princej.ws01@hotmail.co.uk>


Found
r923674

r923674 | rhuijben | 2010-03-16 10:39:02 +0000 (Tue, 16 Mar 2010)

Fix issue #3605, by making sure that the entries stored in the externals
hash live as long as the externals hash itself instead of as long as the
directory containing the externals definitions lives.

This was originally fixed on trunk in r879344 (and a few other revisions)
while moving the code to WC-NG.

* subversion/libsvn_wc/status.c
  (get_dir_status): Store the externals definitions in the hash_pool and
    use a static string as (unused) value.

Found by: J Prince <princej.ws01{_AT_}hotmail.co.uk>