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

Re: [PATCH] svnversion - current working directory

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-05-19 01:08:10 CEST

"C. Michael Pilato" <cmpilato@collab.net> writes:

> Christopher Ness <chris@nesser.org> writes:
>
>> Index: main.c
>> ===================================================================
>> --- main.c (revision 14773)
>> +++ main.c (working copy)
>> @@ -131,7 +131,7 @@
>> svn_error_clear
>> (svn_cmdline_fprintf
>> (stdout, pool,
>> - _("usage: svnversion [OPTIONS] WC_PATH [TRAIL_URL]\n\n"
>> + _("usage: svnversion [OPTIONS] [WC_PATH] [TRAIL_URL]\n\n"
>
> I think this is too ambiguous, now. Does 'svnversion foo' now mean
> WC_PATH == FOO, or TRAIL_URL == FOO?

WC_PATH == FOO

> You might have to either break it into two lines:
>
> usage: svnversion [OPTIONS]
> svnversion [OPTIONS] WC_PATH [TRAIL_URL]

I think it's

      usage: svnversion [OPTIONS] [WC_PATH [TRAIL_URL]]

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu May 19 05:29:33 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.