You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by cm...@apache.org on 2009/12/02 15:52:49 UTC

svn commit: r886164 - in /subversion/trunk/subversion: svn/main.c tests/cmdline/getopt_tests_data/svn_help_log_switch_stdout

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.

* 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



Re: svn commit: r886164 - in /subversion/trunk/subversion: svn/main.c tests/cmdline/getopt_tests_data/svn_help_log_switch_stdout

Posted by "C. Michael Pilato" <cm...@collab.net>.
C. Michael Pilato wrote:
> Paul Burba wrote:
>> On Wed, Dec 2, 2009 at 9:52 AM,  <cm...@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.
> 
> Doh!  Will fix.

Done.  See r886197.

-- 
C. Michael Pilato <cm...@collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand


Re: svn commit: r886164 - in /subversion/trunk/subversion: svn/main.c tests/cmdline/getopt_tests_data/svn_help_log_switch_stdout

Posted by "C. Michael Pilato" <cm...@collab.net>.
C. Michael Pilato wrote:
> Paul Burba wrote:
>> On Wed, Dec 2, 2009 at 9:52 AM,  <cm...@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.
> 
> Doh!  Will fix.

Done.  See r886197.

-- 
C. Michael Pilato <cm...@collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand


Re: svn commit: r886164 - in /subversion/trunk/subversion: svn/main.c tests/cmdline/getopt_tests_data/svn_help_log_switch_stdout

Posted by "C. Michael Pilato" <cm...@collab.net>.
Paul Burba wrote:
> On Wed, Dec 2, 2009 at 9:52 AM,  <cm...@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.

Doh!  Will fix.

-- 
C. Michael Pilato <cm...@collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand


Re: svn commit: r886164 - in /subversion/trunk/subversion: svn/main.c tests/cmdline/getopt_tests_data/svn_help_log_switch_stdout

Posted by David Glasser <gl...@davidglasser.net>.
On Wed, Dec 2, 2009 at 7:46 AM, Paul Burba <pt...@gmail.com> wrote:
> On Wed, Dec 2, 2009 at 9:52 AM,  <cm...@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.

Never underestimate the power of the Devil.

--dave



-- 
glasser@davidglasser.net | langtonlabs.org | flickr.com/photos/glasser/

Re: svn commit: r886164 - in /subversion/trunk/subversion: svn/main.c tests/cmdline/getopt_tests_data/svn_help_log_switch_stdout

Posted by "C. Michael Pilato" <cm...@collab.net>.
Paul Burba wrote:
> On Wed, Dec 2, 2009 at 9:52 AM,  <cm...@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.

Doh!  Will fix.

-- 
C. Michael Pilato <cm...@collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand


Re: svn commit: r886164 - in /subversion/trunk/subversion: svn/main.c tests/cmdline/getopt_tests_data/svn_help_log_switch_stdout

Posted by David Glasser <gl...@davidglasser.net>.
On Wed, Dec 2, 2009 at 7:46 AM, Paul Burba <pt...@gmail.com> wrote:
> On Wed, Dec 2, 2009 at 9:52 AM,  <cm...@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.

Never underestimate the power of the Devil.

--dave



-- 
glasser@davidglasser.net | langtonlabs.org | flickr.com/photos/glasser/

Re: svn commit: r886164 - in /subversion/trunk/subversion: svn/main.c tests/cmdline/getopt_tests_data/svn_help_log_switch_stdout

Posted by Paul Burba <pt...@gmail.com>.
On Wed, Dec 2, 2009 at 9:52 AM,  <cm...@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
>
>
>

Re: svn commit: r886164 - in /subversion/trunk/subversion: svn/main.c tests/cmdline/getopt_tests_data/svn_help_log_switch_stdout

Posted by Paul Burba <pt...@gmail.com>.
On Wed, Dec 2, 2009 at 9:52 AM,  <cm...@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
>
>
>