You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2013/07/01 22:14:19 UTC

svn commit: r1498661 - /subversion/trunk/subversion/svn/svn.c

Author: danielsh
Date: Mon Jul  1 20:14:19 2013
New Revision: 1498661

URL: http://svn.apache.org/r1498661
Log:
* subversion/svn/svn.c
  (svn_cl__cmd_table."cleanup"): Take the -q/--quiet option, so that
    'svn cleanup --remove-*' notifications may be suppressed.

Modified:
    subversion/trunk/subversion/svn/svn.c

Modified: subversion/trunk/subversion/svn/svn.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svn/svn.c?rev=1498661&r1=1498660&r2=1498661&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/svn.c (original)
+++ subversion/trunk/subversion/svn/svn.c Mon Jul  1 20:14:19 2013
@@ -512,7 +512,7 @@ const svn_opt_subcommand_desc2_t svn_cl_
      "  Note that the 'svn status' command shows unversioned items as '?',\n"
      "  and ignored items as 'I' if the --no-ignore option is given to it.\n"),
     {opt_merge_cmd, opt_remove_unversioned, opt_remove_ignored,
-     opt_include_externals} },
+     opt_include_externals, 'q'} },
 
   { "commit", svn_cl__commit, {"ci"},
     N_("Send changes from your working copy to the repository.\n"