[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 20:24:45 CET

Ok guys,
Now I have completely wiped my system. Reinstall Linux, downloaded/installed
Apache2, downloaded/installed Berkley DB, downloaded/install subversion.

I ran the ./configure command as in the documentation
I ran make
I ran make install
And now there is no SVN binary in the
subversion-r588\subversion\clients\cmdline directory.

Ugh.

-----Original Message-----
From: John Regal [mailto:jcr@flashline.com]
Sent: Wednesday, December 12, 2001 12:36 PM
To: 'dev@subversion.tigris.org'
Subject: RE: Bad URL passed to RA layer

The following appears in my ./confige output:
neon configured properly
checking for any extra libraries neon needs... -L/usr/local/lib -lz
checking for static Apache module support... no
checking for Apache module support via DSO through APXS... no
==================================================================
WARNING: skipping the build of mod_dav_svn
         --with-apxs or --with-apache must be used
==================================================================

-----Original Message-----
From: John Regal [mailto:jcr@flashline.com]
Sent: Wednesday, December 12, 2001 12:28 PM
To: 'dev@subversion.tigris.org'
Subject: RE: Bad URL passed to RA layer

What are the prerequisites for installing Subversion? Do I need to install
Apache first?

-----Original Message-----
From: John Regal [mailto:jcr@flashline.com]
Sent: Wednesday, December 12, 2001 12:05 PM
To: 'dev@subversion.tigris.org'
Subject: RE: Bad URL passed to RA layer

I have just installed the Berkley DB from www.sleepycat.com too, thinking
this might help. I re-ran the ./configure command && make && make install.
Shouldn't the ra_local module be available now? svn --version still reports
only ra_dav.

-----Original Message-----
From: John Regal [mailto:jcr@flashline.com]
Sent: Wednesday, December 12, 2001 11:31 AM
To: 'dev@subversion.tigris.org'
Subject: RE: Bad URL passed to RA layer

Subversion Client, version 0.7.0
   compiled Dec 11 2001, 18:03:26

Copyright (C) 2000-2001 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/

The following repository access (RA) modules are available:

* ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
  - handles 'http' schema

> _____________-----Original Message-----
From: Kevin Pilch-Bisson [mailto:kevin@pilch-bisson.net]
Sent: Wednesday, December 12, 2001 10:52 AM
To: John Regal
Cc: 'dev@subversion.tigris.org'
Subject: Re: Bad URL passed to RA layer

Can you cut and paste the exact output from "svn --version"?

Thanks,

On Wed, Dec 12, 2001 at 10:35:52AM -0500, John Regal wrote:
> 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
>

-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Kevin Pilch-Bisson                    http://www.pilch-bisson.net
     "Historically speaking, the presences of wheels in Unix
     has never precluded their reinvention." - Larry Wall
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
---------------------------------------------------------------------
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
---------------------------------------------------------------------
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
---------------------------------------------------------------------
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.