Index: subversion/svn/list-cmd.c =================================================================== --- subversion/svn/list-cmd.c (revision 1413487) +++ subversion/svn/list-cmd.c (working copy) @@ -151,8 +151,6 @@ { if (dirent->kind == svn_node_file) entryname = svn_dirent_basename(abs_path, pool); - else if (pb->verbose) - entryname = "."; else /* Don't bother to list if no useful information will be shown. */ return SVN_NO_ERROR;