On Wed, Dec 2, 2009 at 9:52 AM, <cmpilato_at_apache.org> wrote:
> Author: cmpilato
> Date: Wed Dec  2 14:52:49 2009
> New Revision: 886164
>
> URL: http://svn.apache.org/viewvc?rev=886164&view=rev
> Log:
> Fixup a blatant, flagrant, evil lie of the Devil found in the usage
> messages of 'svn update' and 'svn switch'.
>
> * subversion/svn/main.c
> Â (svn_cl__cmd_table): Stop claiming that --set-depth can't make
> Â Â directories more shallow, because since 1.6 was released, it
> Â Â certainly can.
Hey Mike,
You only updated the help text for switch, update still has the
incorrect message.
Paul
> * subversion/tests/cmdline/getopt_tests_data/svn_help_log_switch_stdout
> Â Update expected output from 'svn help switch'.
>
> Modified:
> Â Â subversion/trunk/subversion/svn/main.c
> Â Â subversion/trunk/subversion/tests/cmdline/getopt_tests_data/svn_help_log_switch_stdout
>
> Modified: subversion/trunk/subversion/svn/main.c
> URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svn/main.c?rev=886164&r1=886163&r2=886164&view=diff
> ==============================================================================
> --- subversion/trunk/subversion/svn/main.c (original)
> +++ subversion/trunk/subversion/svn/main.c Wed Dec  2 14:52:49 2009
> @@ -1013,9 +1013,7 @@
> Â Â Â " Â Â are applied to the obstructing path.\n"
> Â Â Â "\n"
> Â Â Â " Â Â Use the --set-depth option to set a new working copy depth on the\n"
> - Â Â " Â Â targets of this operation. Â Currently, the depth of a working copy\n"
> - Â Â " Â Â directory can only be increased (telescoped more deeply); you cannot\n"
> - Â Â " Â Â make a directory more shallow.\n"
> + Â Â " Â Â targets of this operation.\n"
> Â Â Â "\n"
> Â Â Â " Â 2. Rewrite working copy URL metadata to reflect a syntactic change only.\n"
> Â Â Â " Â Â This is used when repository's root URL changes (such as a scheme\n"
>
> Modified: subversion/trunk/subversion/tests/cmdline/getopt_tests_data/svn_help_log_switch_stdout
> URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/getopt_tests_data/svn_help_log_switch_stdout?rev=886164&r1=886163&r2=886164&view=diff
> ==============================================================================
> --- subversion/trunk/subversion/tests/cmdline/getopt_tests_data/svn_help_log_switch_stdout (original)
> +++ subversion/trunk/subversion/tests/cmdline/getopt_tests_data/svn_help_log_switch_stdout Wed Dec  2 14:52:49 2009
> @@ -88,9 +88,7 @@
> Â Â Â are applied to the obstructing path.
>
> Â Â Â Use the --set-depth option to set a new working copy depth on the
> - Â Â targets of this operation. Â Currently, the depth of a working copy
> - Â Â directory can only be increased (telescoped more deeply); you cannot
> - Â Â make a directory more shallow.
> + Â Â targets of this operation.
>
> Â 2. Rewrite working copy URL metadata to reflect a syntactic change only.
> Â Â Â This is used when repository's root URL changes (such as a scheme
>
>
>
Received on 2009-12-02 16:47:23 CET