Re: Client question (UNCLASSIFIED)

2012-10-27 Thread Mat Booth
On 26 October 2012 19:41, Glasgow, Steven R CIV USARMY TRADOC ANALYSIS CTR (US) wrote: > Classification: UNCLASSIFIED > > Caveats: NONE > > Newbie question (looking to move from CVS to Subversion). Currently I use > viewVC with CVSGraph which is really helpful at looking at the revision > history

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

2012-10-27 Thread Mark Phippard
It usually means the Neon library was built without OpenSSL support. On Oct 26, 2012, at 8:31 PM, "Hales, Steve" 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

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 line 3 When run in the following e