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

Re: 'svn propget -R' output difficult to parse

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-10-08 16:02:49 CEST

Colin Watson <cjwatson@flatline.org.uk> writes:

> Index: subversion/clients/cmdline/propget-cmd.c
> ===================================================================
> --- subversion/clients/cmdline/propget-cmd.c
> +++ subversion/clients/cmdline/propget-cmd.c 2002-10-08 05:02:32.000000000 +0100
> @@ -117,7 +117,8 @@
> SVN_ERR (svn_client_propget (&props, pname_utf8, target,
> opt_state->recursive, pool));
>
> - print_filenames = (targets->nelts > 1 || apr_hash_count (props) > 1);
> + print_filenames = (opt_state->recursive || targets->nelts > 1
> + || apr_hash_count (props) > 1);
>
> for (hi = apr_hash_first (pool, props); hi; hi = apr_hash_next (hi))
> {
>
> Is this sane, and if so should I file a bug?

Yes, no. Patch applied in rev 3328.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Oct 8 16:03:35 2002

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.