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

Re: --revprop not with -r BASE?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-07-14 17:30:47 CEST

Thanks! Looks like a buglet to me. Can you file it?

On Jul 14, 2005, at 1:38 AM, Oliver Betz wrote:

> Ben Collins-Sussman <sussman@collab.net> wrote:
>
>
>>> maybe I'm overlooking something, but is it correct (and intended)
>>> that svn propset/propget/proplist... --revprop doesn't work with
>>> BASE but with HEAD...?
>>>
>>
>> Can you show us?
>>
>
> Reproduced with a really clean setup:
>
> rem localized messages are bad
> E:\test>set Lang=C
>
> E:\test\temp>svn checkout file:///e:/repo .
> A foo.txt
> Checked out revision 1.
>
> E:\test\temp>svn pl --revprop -r HEAD
> Unversioned properties on revision 1:
> svn:log
> svn:author
> svn:date
>
> E:\test\temp>svn pl --revprop -r BASE
> svn: A path under version control is needed for this operation
>
> E:\test\temp>svn log -r BASE
> ----------------------------------------------------------------------
> --
> r1 | Olli | 25-07-14 08:24:37 +02 (Do, 14 Jul 25) | 1 line
>
> just for test
> ----------------------------------------------------------------------
> --
>
> E:\test\temp>svn log -r HEAD
> ----------------------------------------------------------------------
> --
> r1 | Olli | 25-07-14 08:24:37 +02 (Do, 14 Jul 25) | 1 line
>
> just for test
> ----------------------------------------------------------------------
> --
>
> HEAD and BASE should be both revision 1 in this case, correct?
>
> Oliver
> --
> Oliver Betz, Muenchen
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 14 17:34:27 2005

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.