Index: subversion/svn/list-cmd.c =================================================================== --- subversion/svn/list-cmd.c (revision 22814) +++ subversion/svn/list-cmd.c (working copy) @@ -274,7 +274,7 @@ pb.verbose = opt_state->verbose; if (opt_state->depth == svn_depth_unknown) - opt_state->depth = svn_depth_infinity; + opt_state->depth = svn_depth_one; /* For each target, try to list it. */ for (i = 0; i < targets->nelts; i++)