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

RE: Bad URL passed to RA layer

From: John Regal <jcr_at_flashline.com>
Date: 2001-12-12 16:15:04 CET

Hmmm,
there doesn't seem to be a file anywhere called 'libsvn_ra.so'. Where should
this be by default?

-----Original Message-----
From: Ben Collins-Sussman [mailto:sussman@collab.net]
Sent: Wednesday, December 12, 2001 9:46 AM
To: John Regal
Cc: 'dev@subversion.tigris.org'
Subject: Re: Bad URL passed to RA layer

John Regal <jcr@flashline.com> writes:

> > [root@localhost subversion-r588]# subversion/clients/cmdline/svn
checkout
> \
> > http://svn.collab.net/repos/svn/trunk -d svn
> >
> > svn_error: #21069 : <Bad URL passed to RA layer>
> > Unrecognized URL scheme: http://svn.collab.net/repos.svn.trunk

OK, so this error is happening in svn_ra_get_ra_library. It means
that libsvn_ra.so is trying to match 'http' with some dynamically
loaded RA module, and can't find a match.

Historically, this has *always* happened because libsvn_ra_dav.so
couldn't be found by dlopen(). But you're saying that 'svn --version'
shows that ra_dav is present... so now I'm stumped.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:52 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.