Skip Menu |

This queue is for tickets about the SVN-Log CPAN distribution.

Report information
The Basics
Id: 44081
Status: open
Priority: 0/
Queue: SVN-Log

People
Owner: Nobody in particular
Requestors: cboucher [...] jetheaddev.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: SVN::Log v0.03 fix for updated perl subversion bindings
Date: Thu, 12 Mar 2009 14:22:32 -0700
To: bug-svn-log [...] rt.cpan.org
From: Charles Boucher <cboucher [...] jetheaddev.com>
Hi Maintainer, The perl subversion bindings have been updated and they changed get_log. @197 in Log.pm change first parameter of get_log(['/']... to get_log(['']... to mean the whole tree. Works in Ubuntu 8.04, perl v5.8.8 Error indicative of problem: perl: /build/buildd/subversion-1.5.1dfsg1/subversion/libsvn_ra/ra_loader.c:977: svn_ra_get_log: Assertion `*path != '/'' failed. Thanks -- -Chuck
running debian Etch, and I get the same still sven@t42p:/var/www$ more log.pl use SVN::Log; my $revs = SVN::Log::retrieve ("http://svn.foswiki.org/", 1); print Dumper ($revs); sven@t42p:/var/www$ perl log.pl perl: /tmp/buildd/subversion-1.5.1dfsg1/subversion/libsvn_ra/ra_loader.c:977: svn_ra_get_log: Assertion `*path != '/'' failed. Aborted Sven
Subject: Re: [rt.cpan.org #44081] SVN::Log v0.03 fix for updated perl subversion bindings
Date: Mon, 30 Mar 2009 10:14:59 -0700
To: bug-SVN-Log [...] rt.cpan.org
From: Charles Boucher <cboucher [...] jetheaddev.com>
Have you tried setting $SVN::Log::FORCE_COMMAND_LINE_SVN=1 and does it still error out with a fresh copy of 0.3? If so this unfortunately is a different problem. But so long as setting that variable removes the error, the patch I specified in RT should work. That is if your perl svn bindings are for svn 1.5 and not 1.4.. I have: libsvn-perl 1.5.1dfsg1-1ubuntu2~hardy2 subversion 1.5.1dfsg1-1ubuntu2~hardy2 perl 5.8.8-12ubuntu0.4 On Sat, 28 Mar 2009 09:21:38 -0400 "Sven Dowideit via RT" <bug-SVN-Log@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=44081 > > > running debian Etch, and I get the same still > > sven@t42p:/var/www$ more log.pl > use SVN::Log; > > my $revs = SVN::Log::retrieve ("http://svn.foswiki.org/", 1); > > print Dumper ($revs); > > sven@t42p:/var/www$ perl log.pl > perl: > /tmp/buildd/subversion-1.5.1dfsg1/subversion/libsvn_ra/ra_loader.c:977: > svn_ra_get_log: Assertion `*path != '/'' failed. > Aborted > > Sven
-- -Chuck Boucher CM at JetHead Work Email cboucher@jetheaddev.com Work Phone 760-444-1274 GPG Key http://tinyurl.com/ahhw39 GPG Fingerprint FEF6 8933 408B C07D EE3F 46A4 C9FE 387F 8235 55B8