[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-11 23:10:13 CET

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.