On Wed, 23 Jun 2004 13:04:32 -0500, Jim Bennett <jim@jim-bennett.com> wrote:
> 
> I installed Subversion from a binary RPM on Mandrake Linux 10.0. "svnadmin
> create" went fine and the repository was created. I also set up mod_dav_svn
> on Apache 2 on the same computer.
> 
> When trying to do "svn import" as root from localhost, I got the dreaded
> "svn: Unrecognized URL scheme".This happened both with http:// and file://.
> 
> After reading the FAQ, I confirmed that the path to the libraries was in
> ld.so.conf. I then ran "ld config -v". Here is the applicable output:
> 
> /usr/lib:
>         libsvn_wc-1.so.0 -> libsvn_wc-1.so.0.0.0
>         libsvn_ra-1.so.0 -> libsvn_ra-1.so.0.0.0
>         libsvn_client-1.so.0 -> libsvn_client-1.so.0.0.0
>         libsvn_diff-1.so.0 -> libsvn_diff-1.so.0.0.0
>         libsvn_repos-1.so.0 -> libsvn_repos-1.so.0.0.0
>         libsvn_fs-1.so.0 -> libsvn_fs-1.so.0.0.0
>         libsvn_ra_svn-1.so.0 -> libsvn_ra_svn-1.so.0.0.0
>         libsvn_delta-1.so.0 -> libsvn_delta-1.so.0.0.0
>         libsvn_subr-1.so.0 -> libsvn_subr-1.so.0.0.0
> 
> But I still get the "svn: Unrecognized URL scheme". What else could I check?
That means that your version of subversion was compiled without
Berkeley DB (and thus there's no support for file://) and Neon (thus
no support for http://).
-garrett
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jun 23 20:10:23 2004