[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: Andy Levy <andy.levy_at_gmail.com>
Date: Wed, 16 Apr 2008 11:25:15 -0400

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?
> For example, I have a project that has several svn:externals properties
> defined, and the way things work here I expect there will be a
> proliferation of these properties at multiple levels of many projects.
> So, in the interest of saving time and effort in keeping track of them,
> I would like to be able to do something like this:
>
> listprops -r255 svn://myrepository/my/path <property names | file
> containing property names>
>
> and get a list of all nodes that have those properties, and their
> values.
>
> I expect the answer will be "can't help you", but it is worth a try. If
> no such utility currently exists, what would it take to build one?

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

---------------------------------------------------------------------
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 17:26:32 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.