[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:35:52 CET

Ok, I checked... not there. Here's the process I followed:
wget
'http://subversion.tigris.org/servlets/ProjectDownloadList?action=download&d
lID=160
--to get the .tar.gz and I put this file in the usr\local dir.

did gunzip on the file
did tar -xf on the file
ran ./configure --enable-maintainer-mode --disable-shared
make
make install
THEN attempted:
subversion/clients/cmdline/svn checkout /
http://svn.collab.net/repos/svn/trunk -d svn
WHICH is where I'm stuck. I have also tried adding the lib dirs to the
etc\ld.so.conf file and running ldconfig. I have also completely reinstall
my OS and went through these steps again.

Thanks so much for your help!
John

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

You must have the library, because that's what's producing the string
'Unrecognized URL scheme'.

It should be in subversion/libsvn_ra/.

Can you tell us how you built? What were your exact switches to
./configure? Did you 'make install' or are you just running the
binary out of the tree?

John Regal <jcr@flashline.com> writes:

> 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

---------------------------------------------------------------------
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.