Carsten Koch <Carsten.Koch@icem.com>


Found
r858613

r858613 | rooneg | 2006-02-21 18:55:43 +0000 (Tue, 21 Feb 2006)

Fix crash when you checkout a directory nonrecursively and diff to a
revision prior to the existence of one of its child directories.

Found by: Carsten Koch <Carsten.Koch@icem.com>
Review by: malcolm

* subversion/libsvn_wc/diff.c
  (delete_entry): Bail out if we don't get an entry for the directory,
   and leave a big comment about why this can happen, since it's not
   very clear why it isn't an error.

* subversion/tests/cmdline/diff_tests.py
  (diff_nonrecursive_checkout_deleted_dir): New test.
  (test_list): Run the test.