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

Re: 答复: 答复: could not connect to server (was: no subject)

From: Ryan Schmidt <subversion-2009b_at_ryandesign.com>
Date: Mon, 1 Jun 2009 00:00:12 -0500

On May 31, 2009, at 20:19, 高峰 wrote:

> Another strange thing is, by monitoring the network packet, I found
> only DNS
> query is sent out after I execute "svn co". So I think it is the
> problem
> with my client program, not the server.

I agree, since you can access the repository from other clients.

> After this problem occurred, I've tried to delete the entire lib
> files on my
> client machine, and substituted them with those on another machine.
> But it
> didn't work for me..

Have you tried using a different client on this machine? For example,
if you have been using the command-line client, have you tried
TortoiseSVN or SmartSVN or one of the others listed here:

http://subversion.tigris.org/links.html#clients

If they work, or don't, that could help us narrow down the problem.

Do you have an http proxy configured for this machine? Proxies can
interfere with the webdav http methods Subversion uses but usually
leave the standard web browser http methods alone, which could
explain why you can see the repository in a web browser but not in a
Subversion client. If this is the situation, then you can either fix
the proxy, or disable the proxy, or switch to using https instead of
http, because proxies cannot look inside secure packets and thus
can't interfere with them.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2357375

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-06-01 07:01:21 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.