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

Re: A tiny issue that someone might want to fix for rc2

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2005-04-27 13:29:55 CEST

Ben Collins-Sussman wrote:
> On Apr 21, 2005, at 11:26 AM, Tobias Ringström wrote:
>> I just noticed that the help texts for svn lock and unlock are missing
>> a usage line for the URL case. See e.g. svn help mkdir for how it
>> should be done.

We only present the two cases separately when giving a separate description of
each.

> 'svn help lock' and 'svn help unlock' clearly state "path or URL"...
>
> $ svn help unlock
> unlock: Unlock working copy paths or URLs.
> usage: unlock PATH...

Yes, but we (should) say "TARGET" when we mean "path or URL".

Fixed in r14464.

> Maybe we need to show both cases separately, like 'svn help propset',
> 'svn help export', and so on?

Yes, an explanation of the difference would be a good enhancement.

Also, clearer distiction betweeen these locks and WC locks needs to be made in
the help - e.g. in the description of "svn status" code "L".

> 'svn help info' isn't quite consistent

Fixed (changed "PATH" to "TARGET") in r14464.

It said "info [PATH...]" and "each PATH", implying that multiple arguments are
accepted. In fact it only displays info about the first argument. We should
fix this: either complain if more than one argument is given, and fix the help;
or else operate on multiple targets if that is desired.

> either. And 'svn help cat' is just like lock and unlock.

Except that it correctly says "TARGET".

> 'svn ls' isn't quite the same.

But it's fine.

> Maybe we need some general consistification for all help-texts for
> commands that work on both wcpaths and URLs....?

It's not bad after this fix.

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Apr 27 13:31:12 2005

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.