You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Shraddha Jagdishbhai Vora <sh...@cdac.in> on 2008/04/25 06:00:27 UTC

Regarding problem with access thru svn

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@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@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@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.

-- 
Shraddha J. Vora
Member of Technical Staff,HPC Solutions Group
C-DAC R&D,Pune
Phone  : +91 20 25704312,301,302
E-Mail : shraddhav@cdac.in
Website: www.cdac.in



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Regarding problem with access thru svn

Posted by Andy Levy <an...@gmail.com>.
On Fri, Apr 25, 2008 at 2:00 AM, Shraddha Jagdishbhai Vora
<sh...@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@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@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@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@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org