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

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

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-11-11 13:01:47 CET

kfogel@tigris.org writes:

> Modified: trunk/subversion/clients/cmdline/main.c
> ==============================================================================
> --- trunk/subversion/clients/cmdline/main.c (original)
> +++ trunk/subversion/clients/cmdline/main.c Sun Nov 10 18:46:05 2002
> @@ -88,6 +88,16 @@
> "do no interactive prompting"},
> {"dry-run", svn_cl__dry_run_opt, 0,
> "try operation but make no changes"},
> +
> + /* ### Perhaps the option should be named "--rev-prop" instead?
> + Generally, we do include the hyphen; the only reason not to
> + here is that in code and emails we almost always refer to
> + them as "revprops", like with "wcprops". So this
> + inconsistency is justified in the name of consistency. How
> + distressingly typical. Thoughts? :-) */
> + {"revprop", svn_cl__revprop_opt, 0,
> + "operate on a revision property (use with -r)"},
> +

How about using --repository and changing the help text to refer to
"repository property"?

   svn ps --repository -r123 svn:log "tag version 0.9"

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Nov 11 13:02:36 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.