On Feb 27, 2010, at 08:36, Olivier Dehon wrote:
> On Fri, 2010-02-26 at 22:15 -0800, Alexey Neyman wrote:
>> 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, ...)

Why can't he use "svnlook pl --revprop -t" as he suggested? "svnlook help pl" 
suggests this should work.


$ svnlook help pl
proplist (plist, pl): usage: 1. svnlook proplist REPOS_PATH PATH_IN_REPOS
                             2. svnlook proplist --revprop REPOS_PATH

List the properties of a path in the repository, or
with the --revprop option, revision properties.
With -v, show the property values too.

Valid options:
  -r [--revision] ARG      : specify revision number ARG
  -t [--transaction] ARG   : specify transaction name ARG
  -v [--verbose]           : be verbose
  --revprop                : operate on a revision property (use with -r or -t)
  --xml                    : output in XML




Reply via email to