trouble with win32 perl bindings and https
From: Colin Higgs <colin.higgs_at_ed.ac.uk>
Date: 2005-04-15 16:52:47 CEST
I'm not sure whether this is the right list or if there is one
I'm having trouble with the perl bindings for subversion when using
http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91
A shortened form of what I'm doing:
$svn = SVN::Client->new(
my $url = "https://somewhere/something"
sub svn_server_trust_callback {
print "Failed with: $ifailed\n";
$cred->accepted_failures($SVN::Auth::SSL::UNKNOWNCA);
When I run this it dies at the $svn->ls stage (or more accurately,
"Type error in argument 2 of
The print of $ifailed yields 8 (i.e. UNKNOWNCA). If I don't give
Lastly, the command line tool "svn" works fine fetching the same URLs.
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 Sat Apr 16 02:56:37 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.