[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: B. W. Fitzpatrick <fitz_at_red-bean.com>
Date: 2001-11-13 03:55:40 CET

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