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