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