Re: --strict vs --no-newline
From: Julian Foad <julianfoad_at_btopenworld.com>
Date: Tue, 17 Jun 2014 12:09:32 +0100
Julian Foad wrote:
[We had]
* svnlook youngest
* svn youngest --no-newline
and I just added a --no-newline option to 'svnlook youngest':
* svnlook youngest --no-newline
But now I notice that 'svnlook youngest' is the only 'svnlook' subcommand for which the '--no-newline' option is implemented, out of about seven commands for which it would make sense.
$ svnlook --help
Do we really want a new subcommand "svn youngest" for this?
We already have:
svnversion
svn info $URL | grep 'Revision:'
svn info $URL | grep 'Last Changed Rev:'
svnversion --committed PATH
svn info | grep 'UUID:'
> Now I intend to:
> How to do the latter, exactly? Either make '--strict' an option-name
|
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.