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

RE: Is there any way to list all defined revision properties

From: Bicking, David (HHoldings, IT) <David.Bicking_at_thehartford.com>
Date: Wed, 16 Apr 2008 12:55:10 -0400

> -----Original Message-----
> From: Andy Levy [mailto:andy.levy_at_gmail.com]
> Sent: Wednesday, April 16, 2008 11:25 AM
> To: Bicking, David (HHoldings, IT)
> Cc: users_at_subversion.tigris.org
> Subject: Re: Is there any way to list all defined revision properties
>
> On Wed, Apr 16, 2008 at 11:13 AM, Bicking, David (HHoldings,
> IT) <David.Bicking_at_thehartford.com> wrote:
> > I did some research, and found a thread that offers no hope:
> > http://svn.haxx.se/users/archive-2006-06/1242.shtml
> >
> > However, it's been a couple of years and I would like to put the
> > question to you all again. Is there any way to list all defined
> > revision properties as of a particular revision, for a
> particular path?

>
> I'm afraid I don't have an answer, but I do see something
> that seems inconsistent.
>
> svn proplist -r26 -R <URL> lists each file, and each property
> defined on those files, at or under that URL (where the URL
> points at a directory; same happens if I point at a local
> directory, not a URL).
>
> svn proplist -r26 -R --revprop <URL> only lists the revision
> properties for that URL (again where the URL points at a
> directory in the repository).
>
> svn help proplist makes no mention of -R not working with --revprop
>

Andy, thanks for the reply. I missed this, and while it is an
incomplete solution, the first one gives me something I can script. As
Ryan pointed out, I actually wanted the versioned properties and I just
wrote the wrong word (ooops). Once I retrieve the items that have the
desired property, I can list them specifically, and retrieve the values.
Not pretty, but doable.

I suspect the -R doesn't work with revprop because "there can be only
one" set ;) that applies to all URLs per revision.

I still hope someone can offer up another option!

--
David
*************************************************************************
This communication, including attachments, is
for the exclusive use of addressee and may contain proprietary,
confidential and/or privileged information.  If you are not the intended
recipient, any use, copying, disclosure, dissemination or distribution is
strictly prohibited.  If you are not the intended recipient, please notify
the sender immediately by return e-mail, delete this communication and
destroy all copies.
*************************************************************************
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-04-16 19:00:00 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.