On Thu, 2008-08-14 at 11:18 -0400, C. Michael Pilato wrote:
> {{{
> Limit 'svn propget --strict' to a single target. [...]
[...]
> Index: subversion/svn/main.c
> ===================================================================
> --- subversion/svn/main.c (revision 32461)
> +++ subversion/svn/main.c (working copy)
> @@ -688,9 +688,10 @@
> " By default, this subcommand will add an extra newline to the end\n"
> " of the property values so that the output looks pretty. Also,\n"
> " whenever there are multiple paths involved, each property value\n"
> - " is prefixed with the path with which it is associated. Use\n"
> - " the --strict option to disable these beautifications (useful,\n"
> - " for example, when redirecting binary property values to a file).\n"),
> + " is prefixed with the path with which it is associated. Use the\n"
> + " --strict option to disable these beautifications (useful when re-\n"
> + " directing binary property values to a file, but available only if\n"
> + " you supply a single TARGET to a non-recursive propget operation).\n"),
A minor wording improvement: s/re-directing binary property
values/re-directing a binary property value/
- Julian
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-08-14 19:10:12 CEST