B. Smith-Mannschott <benpsm@gmail.com>


Found
r19777

r19777 | breser | 2006-05-23 03:49:50 -0500 (Tue, 23 May 2006)

File system path should not be URI encoded.  This makes info fail to show lock
info on filenames with URI-unsafe filenames (e.g. spaces in file names).

Found by: B. Smith-Mannschott <benpsm@gmail.com>

* subversion/libsvn_client/info.c
  (push_dir_info): URI decode the path used as a key to locks hash.

* subversion/tests/cmdline/lock_tests.py
  (examine_lock_encoded_recurse): New test.

  (test_list): Add examine_lock_encoded_recurse().