[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Patch to add a --verbose option.

From: Paul D. Smith <pausmith_at_nortelnetworks.com>
Date: 2001-09-13 16:47:04 CEST

%% Mo DeJong <supermo@bayarea.net> writes:

  md> After poking around in the and testing out the apr_getopt_long
  md> function, I have come to the conclusion that it is not currently
  md> possible to implement the --verbose option as described in the
  md> clients/cmdline/README file.

  md> -V --verbose [ KEY ] [quiet|progress|verbose|trace]

I think this might be a typo.

The GNU standards state that arguments given to long options use "=", so
it should be:

> -V --verbose[=KEY] [quiet|progress|verbose|trace]

As an example, see the next line:

  md> -q --quiet alias for --verbose=quiet
                                               ^^^^^^^^^^^^^^^

I do something like this in GNU make and it works fine, FWIW.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <pausmith@nortelnetworks.com> HASMAT--HA Software Mthds & Tools
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist
-------------------------------------------------------------------------------
   These are my opinions---Nortel Networks takes no responsibility for them.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:41 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.