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

Re: "proplist" wrongly interprets "@BASE"

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: Wed, 02 Jul 2008 21:59:52 +0100

On Wed, 2008-07-02 at 19:09 +0100, Julian Foad wrote:
> The "proplist" command ignores or wrongly interprets a peg rev specifier
> "@BASE":
>
> > $ svn ps testprop val foo
> > property 'testprop' set on 'foo'
> >
> > $ svn pl -v foo_at_BASE
> > Properties on 'foo':
> > testprop : val
>
> Argh! That's wrong. The BASE has no such property, as I haven't committed it yet.

D'oh, I'm stupid.

That's a peg rev. It doesn't change what the operative revision is. For
that I need:

> $ svn pl -v -rBASE foo
>

Exactly right.

- 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-07-02 23:00:59 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.