Re: Bad URL passed to RA layer: Unrecognized URL scheme

2012-10-27 Thread Mark Phippard
AD', 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-v

Bad URL passed to RA layer: Unrecognized URL scheme

2012-10-27 Thread Hales, Steve
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