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

Re: Regarding problem with access thru svn

From: Andy Levy <andy.levy_at_gmail.com>
Date: Fri, 25 Apr 2008 06:34:19 -0400

On Fri, Apr 25, 2008 at 2:00 AM, Shraddha Jagdishbhai Vora
<shraddhav_at_cdac.in> wrote:
> Hi,
> I have installed svn-1.4.6.tar.gz with its dependency packages on my
> linux system.
> Then I was trying to connect the link.So getting below mentioned error:
>
> [shraddha@DEUCN1 HIRLAM]$ svn co https://hirlam.org
> svn: PROPFIND request failed on '/'
> svn: PROPFIND of '/': could not connect to server (https://hirlam.org)
>
> [shraddha@DEUCN1 HIRLAM]$ svn co https://hirlam.org/svn/tags/hirlam-7.0
> svn: PROPFIND request failed on '/svn/tags/hirlam-7.0'
> svn: PROPFIND of '/svn/tags/hirlam-7.0': could not connect to server
> (https://hirlam.org)
>
> [shraddha_at_DEUCN1 HIRLAM]$ svn checkout
> https://www.myroms.org/svn/src/trunk
> svn: PROPFIND request failed on '/svn/src/trunk'
> svn: PROPFIND of '/svn/src/trunk': could not connect to server
> (https://www.myroms.org)
>
> [shraddha_at_DEUCN1 ~]$ svn checkout --username d_malav
> https://www.myroms.org/svn/src/trunk .
> svn: PROPFIND request failed on '/svn/src/trunk'
> svn: PROPFIND of '/svn/src/trunk': could not connect to server
> (https://www.myroms.org)
>
> [shraddha_at_DEUCN1 HIRLAM]$ svn checkout
> https://www.myroms.org/svn/src/trunk .
> svn: PROPFIND request failed on '/svn/src/trunk'
> svn: PROPFIND of '/svn/src/trunk': could not connect to server
> (https://www.myroms.org)
>
> Please I am not able to understand what the problem is, help me in this
> matter.

Note that in *every* case, the error is "could not connect to server."
This could mean a few things:

The server is offline
You can't reach the server due to a network failure
Something about your local system or network configuration is blocking
your ability to reach the server (firewall/proxy)

Have you tried the URL with a web browser yet?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-04-25 12:34:45 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.