me (tweaks and regression test)


Patch
r24506

r24506 | lgo | 2007-04-09 15:26:59 -0500 (Mon, 09 Apr 2007)

Fix an abort when getting status of a special file that is locally replaced by 
a directory (with the same name).

Patch by: Stefan Küng <tortoisesvn@gmail.com>
          me (tweaks and regression test)

* subversion/libsvn_wc/questions.c
  (svn_wc__text_modified_internal_p): finfo.filetype is an enum, not a bitmask.
   small comment fix.

* subversion/tests/cmdline/special_tests.py
  (replace_symlink_with_dir): new test that replaces a special file with a 
   directory. To make it run on Windows I reused the symlink.dump test 
   repository.
  (test_list): add the new test.