Re: "svnlook pl --revprop" does not work on transactions?
From: Ryan Schmidt <subversion-2010a_at_ryandesign.com>
Date: Mon, 1 Mar 2010 12:17:42 -0600
On Mar 1, 2010, at 11:53, C. Michael Pilato wrote:
Well naturally. :)
> Did I miss something in the original problem description? Is that precisely
That is my understanding:
On Fri, 2010-02-26 at 22:15 -0800, Alexey Neyman wrote:
I can replicate this error message with svn 1.6.9 on Mac OS X. "svnlook pl -t" works fine, but "svnlook pl --revprop -t" complains that revision number '-1' is invalid, though I specified a correct in-progress transaction number.
This pre-commit hook demonstrates the problem:
#!/bin/sh
REPO="$1"
SVNLOOK=/opt/local/bin/svnlook
$SVNLOOK pl --revprop -t "$TXN" "$REPO" 1>&2
exit 1
|
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.