Description
The relative path of the current directory is displayed as the empty string by "svn proplist .", "svn propget -R", etc. and in many error messages. "svn propedit" was fixed in r7097. It would probably be sensible to use a common "format_path_for_display" function which could do all of: - display "." instead of the empty path; - convert path separator "/" to "\" if required; - convert from UTF8 to native local character set.