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

Re: what binary needs access to the ra_dav library?

From: Ryan Schmidt <subversion-2008c_at_ryandesign.com>
Date: Fri, 18 Jul 2008 15:33:24 -0500

On Jul 18, 2008, at 10:25, Anthony Cagle wrote:

> I have subversion installed and set up and working
> but am getting the unrecognized url error with https://
> from the server. I have asked an administrator to provide
> access to that library and he asked what binary needs access
> to it. Can anyone tell me the default path on CentOS and
> the exact name so I can locate it if it isn't in the default
> path for some reason?

Usually "unrecognized URL" (or more properly "unrecognized URL scheme
for https://...") means that your client was compiled with neither
support for the neon nor the serf libraries. You will need to install
either neon or serf and then recompile subversion and tell it where
those libraries are so that it can access http URLs. For https URLs,
you'll also need to install openssl first before you install neon or
serf.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-07-18 22:34:08 CEST

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.