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

Re: Strange Problem with SVN Command-Line client (self-compiled)

From: Ryan Schmidt <subversion-2008b_at_ryandesign.com>
Date: Wed, 25 Jun 2008 06:32:21 -0500

On Jun 25, 2008, at 05:41, Lars Tiefland wrote:

> I've compilded SVN 1.5.0 on Debian Etch by Hand with the following
> ./configure command line:
>
> ./configure --prefix=/usr --disable-mod-activation
>
> Afterwards I've restarted Apache 2.2.3 to let the server load the new
> libraries. Everythig is working fine so far, if I use a different
> client.
>
> When using the commandline client provided by SVN I get the
> following message:
>
> svn: Unrecognized URL scheme for 'http://server2/svn/content-
> management/trunk'
>
> What's up there?

Neither the neon nor serf libraries were found when you compiled your
svn client, therefore it can't communicate with http or https
repositories. Install neon or serf, then recompile svn and tell it
(during the configure phase) where neon or serf are located.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-06-25 13:32:55 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.