Bug? perl SVN bindings in win32
From: Colin Higgs <colin.higgs_at_ed.ac.uk>
Date: 2005-04-19 15:16:39 CEST
This is essentially a re-post, but I got no replies to my last email and
I think I have found a bug in the perl bindings in the win32 port of
######## begin code ########
use warnings;
use Data::Dumper;
my $svn = SVN::Client->
print Dumper($res);
sub callback {
print "Failed with: $ifailed\n";
######## end code ########
The error under Win32 is:
"Type error in argument 2 of
I've also tried things like $SVN::Client::Auth::SSL::UNKNOWNCA inside
The subversion version under linux is 1.1.4 (from fedora updates for
Could this be an incorrect cast in the c glue code? I'm guessing here
In case I do need to hunt around in the source, I'd appreciate any clues
Colin.
-- Unix is designed to help you avoid doing boring, repetitive things - if you can remember how. Windows makes boring, repetitive things pretty and easy to remember - but you still end up doing boring repetitive things. Colin Higgs, School of Engineering and Electronics University of Edinburgh Email: colin.higgs@ed.ac.uk King's Buildings, Mayfield Road, Tel: +44 (0)131 6508557 Edinburgh, Scotland, EH9 3JL Fax: +44 (0)131 6506551 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Tue Apr 19 15:19:10 2005 |
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.