[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Error:21068

From: Greg Stein <gstein_at_lyra.org>
Date: 2001-11-13 11:19:54 CET

I would guess that the stuff was built as shared libs and installed in a
directory that has not been entered into ld.so.conf (and the ldconfig run to
pick up those libs). [well, whatever IRIX does for shared libs]

Make sure that the system knows about the installed libs.

Cheers,
-g

On Mon, Nov 12, 2001 at 08:55:40PM -0600, B. W. Fitzpatrick wrote:
>
> > Hi,
> > I have successfully built sub version (milestone - r364) for SGI IRIX 6.5.
> > When i execute the following command:
> > svn co http://216.127.237.133/repos/svn/trunk -d subversion
> >
> > I get the following error:
> > svn_error: #21068 : <Bad URL passed to RA layer>
> > Unrecognized URL scheme: http://216.127.237.133/repos/svn/trunk
>
> It looks like your client didn't build in RA layer support. Take a
> look at the output of 'svn --version'. It should look something like
> this:
>
>
> pantheon: subversion$ svn --version
> Subversion Client, version M5
> compiled Nov 6 2001, 20:30:10
>
> 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
> * ra_local : Module for accessing a repository on local disk.
> - handles 'file' schema
>
> pantheon: subversion$
>
> If you have no repository access modules, try reconfiguring and
> rebuilding.
>
> -Fitz
>
> ---------------------------------------------------------------------
> 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:48 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.