[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 15:13:31 CET

Sure, here it is...(This is what you are referring to, right?)
John
_____________
[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
_____________

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

John Regal <jcr@flashline.com> writes:

> Hi again, I have read the install file and the FAQ. I then modified
> the ld.so.conf to include the library directory
> (usr/local/subversion-r588/subversion/libsvn_ra_dav) and ran
> ldconfig. I'm still getting the same error. svn --version indicates
> the ra_dav module is loaded. thanks.

Hmmmm, mysterious.

The error message you're seeing is SVN_ERR_RA_ILLEGAL_URL. Here are
the places this error is returned:

   * libsvn_ra/ra_loader.c : if the URL schema doesn't match any RA library.

   * libsvn_ra_dav/session.c : if URL is unparseable by uri_parse()

   * libsvn_ra_local/split_url.c: you're probably not in this
     function. :-)

Can we see the *whole* error stack unwound, as it's printed to your
screen?

Also, if you compiled the bootstrap binary with
--enable-maintainer-mode and --disable-shared, you can run 'svn' in
gdb. Just set a breakpoint on make_error_internal() and see who's
generating the error.

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