Olivier,

Actually, I tried to check the presence of some custom properties (say, 
foo:bar and foo:baz), so svnlook info does not print them. These properties 
are essentially boolean (they're either present or not). So, I tried to check 
them all in one run. Instead, I am doing several "svnlook pg --revprop -t 
TXN", which works.

Regards,
Alexey.

On Saturday 27 February 2010 06:36:44 am Olivier Dehon wrote:
> On Fri, 2010-02-26 at 22:15 -0800, Alexey Neyman wrote:
> > Hi all,
> >
> > It seems that I encountered a bug in 'svnlook pl --revprop': it fails
> > with the following message:
> >
> > $ svnlook pl --revprop -t 10547-86b /svn/test-svn
> > svnlook: Invalid revision number '-1'
> 
> Looks like you need to use "svnlook info -t" to access the values of the
> properties that are going to be set on the revision-to-be (svn:log,
> svn:author, ...)
> 
> -Olivier
> 

Reply via email to