Unreferenced Scalar?
From: Andrew Melo <andrewm_at_world-of-frags.com>
Date: 2006-06-02 06:54:00 CEST
Hey All-
I am using the perl svn bindings, and I've run across the following error:
Attempt to free unreferenced scalar: SV 0x15f5010, Perl interpreter:
From reading perldiag, it appears that something is being
The strange thing is, the copy function throws this error while the
Thanks in advance-
# args: <from> <to>
our $logger; our $wofconf;
#gets a SVN client object
my (@retval) = $ctx->copy($reposPath . $from, 'HEAD',
#snip#
$logger->debug("reposDel: dir: ".$wofconf->getSVNRepos() . $del);
my $ctx = _getClient();
#snip#
---------------------------------------------------------------------
|
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.