On Nov 25, 2008, at 02:05, Jianzhou wrote:
> On Tue, Nov 25, 2008 at 3:27 PM, Ryan Schmidt wrote:
>
>> On Nov 24, 2008, at 10:24, Rock Sun wrote:
>>
>>> I think Felix Gilcher had told you the problem.
>>> If you compild subversion from source, you had to
>>> compile it with Apache.
>>
>> No, Apache is relevant only for the server side, but his problem
>> is on the client side. He needs to compile his Subversion client
>> with the neon and/or serf libraries in order to be able to access
>> http repositories.
>
> So, it is not a problem with my host,right?
> I have ssh access to my hosting account.
> Do you mean I should install a subversion client w/ neon in my
> hosting account?
It is a problem with your Subversion client, not your Subversion
server. The server is serving the repository over http, your client
just doesn't know how to access it. On whatever computer it is where
you type the "svn" command, you need to recompile Subversion with
neon and/or serf support, or install a binary Subversion client with
that capability.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-11-25 09:37:29 CET