| Suggested |
| r1199950 |
r1199950 | dannas | 2011-11-09 14:27:32 -0600 (Wed, 09 Nov 2011) Fix issue #4049 - SEGV on patch that deletes and skips. Skipped targets have not been applied to the wc. No need to process them any further. * subversion/libsvn_client/patch.c (apply_patches): Don't send skipped targets to delete_empty_dirs(). * subversion/tests/cmdline/patch_tests.py (patch_delete_and_skip): New. (test_list): Add new test. Suggested by: philipm Review by: stsp