[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: Oliver Betz <list_ob_at_gmx.net>
Date: 2005-07-14 08:38:34 CEST

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
Received on Thu Jul 14 08:40:17 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.