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

SVN perl binding problem

From: Nigel Kukard <nkukard_at_lbsd.net>
Date: 2006-05-30 23:13:49 CEST

Hi,

I'm building subversion using the packaged neon (0.26.0 is installed on
the system), db 4.4, httpd 2.0.58's apr/apr-util and perl 5.8.8.

The svn utility works perfectly fine, but when trying to run this...

my $SVNRepo = "/usr/local/src/repo";
my $SVNRepoURL = "http://path.to/my/repo";

use SVN::Client;
my $svnCtx = new SVN::Client();
$svnCtx->checkout($SVNRepoURL,$SVNRepo,"HEAD",1);

I get ...
$ ./build
Bad URL passed to RA layer: Unrecognized URL scheme for
'http://path.to/my/repo' at ./build line 27

svn --version shows...

svn, version 1.3.1 (r19032)
   compiled May 29 2006, 21:55:26

Copyright (C) 2000-2006 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet
(http://www.Collab.Net/).

The following repository access (RA) modules are available:

* ra_dav : Module for accessing a repository via WebDAV (DeltaV)
protocol.
  - handles 'http' scheme
  - handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network
protocol.
  - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' scheme

all libsvn* files are in /usr/lib.

any help would greatly be appreciated!

-Nigel

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue May 30 23:14:24 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.