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

Re: [PATCH] Limit 'svn propget --strict' to a single non-recursive target

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: Thu, 14 Aug 2008 18:09:53 +0100

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

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.