[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: Greg Stein <gstein_at_lyra.org>
Date: 2001-12-12 22:23:34 CET

I've been doing this on RedHat 7.2. You shouldn't need to be reinstalling
operating systems at all. This just isn't that difficult.

Next time you install: please omit Berkeley and Apache. Let's *just* build a
client here. Once you have the client built, then install it. Next, do the
following steps:

$ cd /usr/local/lib
$ ldd libsvn_ra.so
(send the output; if libsvn_ra.so is not present, then send that fact)
$ cd ../bin
$ ldd svn
(this produces some output; please send it)
$ cd /wherever/you/want/to/check/out
$ svn --version
(send the output)
$ svn co http://svn.collab.net/repos/svn/trunk
(send the output)

Presuming that the checkout does not work, then please do the following:

$ strace -o /tmp/strace.log svn co http://svn.collab.net/repos/svn/trunk

And send the /tmp/strace.log file.

We should be able to figure it out from all that. You have something
*really* weird going on. Nobody else has had any of these problems on a
RedHat box of any release (6.x and 7.x).

Cheers,
-g

On Wed, Dec 12, 2001 at 03:03:03PM -0500, John Regal wrote:
> I am reverting to a different version of linux. I have been using 7.2 but am
> now going to attempt on 6.0 - I'll let all know if this fixes it.
> JOhn
>
> -----Original Message-----
> From: John Regal [mailto:jcr@flashline.com]
> Sent: Wednesday, December 12, 2001 2:36 PM
> To: 'dev@subversion.tigris.org'
> Subject: RE: Bad URL passed to RA layer
>
>
> No, it doesn't exist anywhere. I now attempted to rerun the ./configure
> command and am getting a warning:
> WARNING: INSTALLED GCC COMPILER HAS SERIOUS BUGS; PLEASE UPGRADE
> WARNING: GCC OPTIMIZATION LEVEL SET TO -0.
>
>
> -----Original Message-----
> From: Ben Collins-Sussman [mailto:sussman@collab.net]
> Sent: Wednesday, December 12, 2001 2:32 PM
> To: John Regal
> Cc: 'dev@subversion.tigris.org'
> Subject: Re: Bad URL passed to RA layer
>
>
> John Regal <jcr@flashline.com> writes:
>
> > 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.
>
> No, it was probably moved to /usr/local/bin. That's what 'install' does.
>
> Really, you don't want to install the r588 client. The only reason
> you want to build it is so you can check out and build a *newer*
> client, and *that's* the one you want to install.
>
> ---------------------------------------------------------------------
> 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

-- 
Greg Stein, http://www.lyra.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.