freebsd-ports/devel/p5-SVN-Web/files/patch-View.pm
Rong-En Fan 73df9cc270 - Fix assertion failed (*path != '/') for SVN 1.5 and above
PR:		ports/141778
Submitted by:	Bernhard Froehlich <decke at bluelife.at>
Obtained from:	CPAN RT Bug# 37388 [1]

[1] http://rt.cpan.org/Public/Bug/Display.html?id=37388#txn-543810
2009-12-20 12:48:15 +00:00

11 lines
399 B
Perl

--- lib/SVN/Web/View.pm Sun Apr 29 23:22:51 2007
+++ lib/SVN/Web/View.pm Mon Dec 15 02:29:44 2008
@@ -134,7 +134,7 @@
my $rev = $act_rev;
# Get the log for this revision of the file
- $ra->get_log([$path], $rev, $rev, 1, 1, 1,
+ $ra->get_log([$self->rpath], $rev, $rev, 1, 1, 1,
sub { $self->{REV} = $self->_log(@_) });
# Get the text for this revision of the file