You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by cm...@collab.net on 2002/04/24 04:26:55 UTC

Re: svn commit: rev 1761 - trunk/subversion/clients/cmdline

gstein@tigris.org writes:

> Author: gstein
> Date: 2002-04-24 01:34 GMT
> New Revision: 1761
> 
> Modified:
>    trunk/subversion/clients/cmdline/cl.h
>    trunk/subversion/clients/cmdline/main.c
> Log:
> Make the -h and -? options actually work right. Misc cleanups.

This change breaks `make check', getopt_tests #3.  It seems that now,
`svn help' no longer shows usage of the "help" subcommand.  Heh ... I
just realized that I *can* see that usage though if I do `svn --help
help'.  

Wonder what happens if I try `svn --help --help --ohgodplease help'...

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

RE: svn commit: rev 1761 - trunk/subversion/clients/cmdline

Posted by Sander Striker <st...@apache.org>.
> From: Greg Stein [mailto:gstein@lyra.org]
> Sent: 24 April 2002 08:52

> On Tue, Apr 23, 2002 at 11:26:55PM -0500, cmpilato@collab.net wrote:
> > gstein@tigris.org writes:
> > 
> > > Author: gstein
> > > Date: 2002-04-24 01:34 GMT
> > > New Revision: 1761
> > > 
> > > Modified:
> > >    trunk/subversion/clients/cmdline/cl.h
> > >    trunk/subversion/clients/cmdline/main.c
> > > Log:
> > > Make the -h and -? options actually work right. Misc cleanups.
> > 
> > This change breaks `make check', getopt_tests #3.  It seems that now,
> 
> Crap. All these newfangled tests :-)
> 
> > `svn help' no longer shows usage of the "help" subcommand.  Heh ... I
> 
> You aren't asking for help about the help command. That is 'svn help help'
> 
> > just realized that I *can* see that usage though if I do `svn --help
> > help'.  
> 
> Yup.
> 
> I'll update the test. Thanks for spotting that.

And update the help msg:

$ svn help help
help (?, h): Display this usage message.
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^

This doesn't hold anymore.

Sander

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn commit: rev 1761 - trunk/subversion/clients/cmdline

Posted by Greg Stein <gs...@lyra.org>.
On Tue, Apr 23, 2002 at 11:26:55PM -0500, cmpilato@collab.net wrote:
> gstein@tigris.org writes:
> 
> > Author: gstein
> > Date: 2002-04-24 01:34 GMT
> > New Revision: 1761
> > 
> > Modified:
> >    trunk/subversion/clients/cmdline/cl.h
> >    trunk/subversion/clients/cmdline/main.c
> > Log:
> > Make the -h and -? options actually work right. Misc cleanups.
> 
> This change breaks `make check', getopt_tests #3.  It seems that now,

Crap. All these newfangled tests :-)

> `svn help' no longer shows usage of the "help" subcommand.  Heh ... I

You aren't asking for help about the help command. That is 'svn help help'

> just realized that I *can* see that usage though if I do `svn --help
> help'.  

Yup.

I'll update the test. Thanks for spotting that.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org