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

RE: [PATCH] Lining up option descriptions in cmdline binary help

From: Sander Striker <striker_at_apache.org>
Date: 2002-04-14 11:33:42 CEST

> From: cmpilato@collab.net [mailto:cmpilato@collab.net]
> Sent: 14 April 2002 09:17

> cmpilato@collab.net writes:
>
>> My brain feels super-mushy right now, so rather than commit this chunk
>> of elementary code, I'll send it to the list for review. I feel sure
>> that there's some better way to do what I did here (hopefully not
>> involving a series of single-space apr_pstrcat's) but the old
>> Thinker's coming up shorthanded.

Well, it took quite some people to get to a simple solution ;)
Committed in rev 1700.

Very nice idea Mike!

$ svn help commit
commit (ci): Send changes from your working copy to the repository.
usage: svn commit [TARGETS]

   Be sure to use one of -m or -F to send a log message;
   the -r switch is only for use with --xml-file.

Valid options:
  -m [--message] arg : specify commit message "ARG"
  -F [--file] arg : read data from file ARG
  -q [--quiet] : print as little as possible
  --targets arg : pass contents of file "ARG" as additional args
  --force : force operation to run
  --username arg : specify a username ARG
  --password arg : specify a password ARG
  --xml-file arg : read/write xml to specified file ARG
  -r [--revision] arg : specify revision number ARG (or X:Y range)

> At any rate, the SEGFAULT protection code needs to be committed.

Done (rev 1699).

Sander

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Apr 14 11:27:18 2002

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.