You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Oliver Betz <li...@gmx.net> on 2005/07/13 17:40:15 UTC

--revprop not with -r BASE?

Hello All,

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...?

Oliver
-- 
Oliver Betz, Muenchen


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: --revprop not with -r BASE?

Posted by Ben Collins-Sussman <su...@collab.net>.
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 <su...@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

Re: --revprop not with -r BASE?

Posted by Oliver Betz <li...@gmx.net>.
Ben Collins-Sussman <su...@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

Re: --revprop not with -r BASE?

Posted by Ben Collins-Sussman <su...@collab.net>.
On Jul 13, 2005, at 12:40 PM, Oliver Betz wrote:

> Hello All,
>
> 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?


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org