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

Unrecognized URL scheme (FAQ didn't help)

From: Jim Bennett <jim_at_jim-bennett.com>
Date: 2004-06-23 20:04:32 CEST

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

---------------------------------------------------------------------
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:06:21 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.