Fabian Cenedese <Cenedese@indel.ch>


Found
r859422

r859422 | rooneg | 2006-04-13 19:25:02 +0000 (Thu, 13 Apr 2006)

Fix a crash that occurs when running 'svn status -u' with a missing
subdirectory.

Found by: Fabian Cenedese <Cenedese@indel.ch>

* subversion/libsvn_wc/status.c
  (find_dir_url): Handle the case where an entry's url is NULL, and
   add a comment describing how this can happen.

* subversion/tests/cmdline/stat_tests.py
  Import shutil.
  (status_dash_u_missing_dir): New test for this problem.
  (test_list): Add new test.