Bug in svnadmin setrevprop?
Jason Malinowski <[email protected]> Thu, 10 Dec 2009 20:39:34 -0800
| Newsgroups | gmane.comp.version-control.subversion.devel,gmane.comp.version-control.subversion.rapidsvn.devel |
|---|---|
| Message-ID | <015601ca7a1b$f0d6e000$d284a000$@com> |
I was trying to set a revprop (svn:author) on a range of revisions in a
repo. It seems that despite the help text, it doesn't work.
$ svnadmin --version
svnadmin, version 1.6.6 (r40053)
compiled Nov 2 2009, 22:39:33
$ svnadmin help setrevprop
setrevprop: usage: svnadmin setrevprop REPOS_PATH -r REVISION NAME FILE
{snip}
Valid options:
-r [--revision] ARG : specify revision number ARG (or X:Y range)
$ svnadmin setrevprop repo/ -r 1:2 svn:author message.txt
svnadmin: Try 'svnadmin help' for more info
svnadmin: Only one revision allowed
So the help says I can use a range, but range syntax isn't actually
accepted. Is this a known bug, or something that should be filed (or, of
course, a PEBKAC problem)?
Jason Malinowski
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2429106
Please start new threads on the <[email protected]> mailing list.
To subscribe to the new list, send an empty e-mail to <[email protected]>.