[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: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2001-12-12 15:46:00 CET

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.