Skip Menu |

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

Report information
The Basics
Id: 19780
Status: resolved
Priority: 0/
Queue: SVN-Pusher

People
Owner: Nobody in particular
Requestors: jaguarul [...] gmail.com
Cc:
AdminCc:

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



Subject: Use of uninitialized value in concatenation
I try to use svn-pusher and I get these two errors: Source: http://lampsvn.epfl.ch/svn-repos/scala/scala Revision: 7723 Root: http://lampsvn.epfl.ch/svn-repos/scala Use of uninitialized value in concatenation (.) or string at /home/dragos/usr/lib/perl5/site_perl/5.8.5//SVN/Pusher.pm line 287. Path: /scala (rev: ) Target: http://lamppc27.epfl.ch:8080/svn/repos/scala-dotnet Revision: 8 Root: http://lamppc27.epfl.ch:8080/svn/repos Path: /scala-dotnet Retrieving log information from 7722 to 7723 Undefined subroutine &main::1 called at /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi/SVN/Ra.pm line 85. I use Linux Fedora Core 3, perl version v5.8.5 built for i386-linux-thread-multi.
From: Shlomi Fish <shlomif [...] iglu.org.il>
Hi! On Thu Jun 08 04:34:20 2006, guest wrote: Show quoted text
> I try to use svn-pusher and I get these two errors: > > Source: http://lampsvn.epfl.ch/svn-repos/scala/scala > Revision: 7723 > Root: http://lampsvn.epfl.ch/svn-repos/scala > Use of uninitialized value in concatenation (.) or string at > /home/dragos/usr/lib/perl5/site_perl/5.8.5//SVN/Pusher.pm line 287.
This is not an error it's a warning. It is caused by the fact that a variable that was eliminated was still printed. I now eliminated this problem in SVN-Pusher-0.03001. (which was uploaded to CPAN) Show quoted text
> Path: /scala (rev: ) > Target: http://lamppc27.epfl.ch:8080/svn/repos/scala-dotnet > Revision: 8 > Root: http://lamppc27.epfl.ch:8080/svn/repos > Path: /scala-dotnet > Retrieving log information from 7722 to 7723 > Undefined subroutine &main::1 called at > /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi/SVN/Ra.pm
line 85. Show quoted text
>
Well, this problem be hard to get to the bottom of, without having the exact invocation that caused this error. Can you supply it? Show quoted text
> I use Linux Fedora Core 3, perl version v5.8.5 built for > i386-linux-thread-multi.
OK. Regards, Shlomi Fish
Subject: Re: [rt.cpan.org #19780] Use of uninitialized value in concatenation
Date: Wed, 14 Jun 2006 16:45:23 +0200
To: bug-SVN-Pusher [...] rt.cpan.org
From: "Iulian Dragos" <jaguarul [...] gmail.com>
Show quoted text
> Path: /scala (rev: )
> > Target: http://lamppc27.epfl.ch:8080/svn/repos/scala-dotnet > > Revision: 8 > > Root: http://lamppc27.epfl.ch:8080/svn/repos > > Path: /scala-dotnet > > Retrieving log information from 7722 to 7723 > > Undefined subroutine &main::1 called at > > /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi/SVN/Ra.pm
> line 85.
> >
> > Well, this problem be hard to get to the bottom of, without having the > exact invocation that caused this error. Can you supply it?
Here is my invocation: ~/usr/bin/svn-pusher push --revision=7722:7723 http://lampsvn.epfl.ch/svn-repos/scala/scala http://lamppc27.epfl.ch:8080/svn/repos/scala-dotnet Thanks for your reply. Iulian
On Wed Jun 14 10:45:40 2006, jaguarul@gmail.com wrote: Show quoted text
> > Path: /scala (rev: )
> > > Target: http://lamppc27.epfl.ch:8080/svn/repos/scala-dotnet > > > Revision: 8 > > > Root: http://lamppc27.epfl.ch:8080/svn/repos > > > Path: /scala-dotnet > > > Retrieving log information from 7722 to 7723 > > > Undefined subroutine &main::1 called at
> >
> /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi/SVN/Ra.pm
> > line 85.
> > >
> > > > Well, this problem be hard to get to the bottom of, without having
the Show quoted text
> > exact invocation that caused this error. Can you supply it?
> > > Here is my invocation: > > ~/usr/bin/svn-pusher push --revision=7722:7723 > http://lampsvn.epfl.ch/svn-repos/scala/scala > http://lamppc27.epfl.ch:8080/svn/repos/scala-dotnet >
Thanks! I'll look into it soon, and let you know where the problem lies. If it's a bug, then I'll fix it. Right now though it's getting late here, and I have several higher priorities. Regards, Shlomi Fish
It may have been resolved since then, and if not, it's very old, so I'm closing it.