It usually means the Neon library was built without OpenSSL support. On Oct 26, 2012, at 8:31 PM, "Hales, Steve" <steve.ha...@garmin.com> wrote:
> Running this perl script: > > use SVN::Client; > my $svn = new SVN::Client(); > $svn->ls( "https://dag-vcs.garmin.com/svn/", 'HEAD', 0 ); > > Produces the following error: > > Bad URL passed to RA layer: Unrecognized URL scheme for > 'https://dag-vcs.garmin.com/svn' at test.pl line 3 > > When run in the following environment: > > Mac OS X 10.8.2 > Perl 5.12.4 > Alien-SVN-v1.7.3.1 > > However, it works fine in this environment: > > Mac OS X 10.8.2 > Perl 5.12.4 > Alien-SVN-v1.6.12.1 > > Note the only difference is SVN 1.6 vs 1.7 in the Alien SVN perl module. > Am I doing something wrong or is this a bug? BTW, I already contacted the > Alien SVN developer and he said the error is coming from SVN. > > Thanks, > Steve > > > ________________________________ > > This e-mail and any attachments may contain confidential material for the > sole use of the intended recipient. If you are not the intended recipient, > please be aware that any disclosure, copying, distribution or use of this > e-mail or any attachment is prohibited. If you have received this e-mail in > error, please contact the sender and delete all copies. > > Thank you for your cooperation. >