[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Bad URL passed to RA layer: Unrecognized URL scheme

From: Hales, Steve <Steve.Hales_at_garmin.com>
Date: Sat, 27 Oct 2012 00:31:31 +0000

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.
Received on 2012-10-27 13:55:33 CEST

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.