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

Re: PROPFIND request failed

From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-09-10 09:44:56 CEST

On Sep 10, 2007, at 01:57, Chinmayee Nagaraju wrote:

> On 9/10/07, Ryan Schmidt wrote:
>
>> On Sep 10, 2007, at 00:41, Chinmayee Nagaraju wrote:
>>
>>> I am trying to access the code present in the URL
>>> http://boinc.berkeley.edu/svn/trunk/boinc
>>> I am using CentOS 4.
>>> In this process i am getting this particular error,
>>> svn list http://boinc.berkeley.edu/svn/trunk/boinc
>>> svn: PROPFIND request failed on '/svn/trunk/boinc'
>>> svn: PROPFIND of '/svn/trunk/boinc': Could not resolve hostname
>>> `boinc.berkeley.edu': Temporary failure in name resolution
>>> (http://boinc.berkeley.edu)
>>> plz help me out as early as possible.
>>
>> Well, it sounds like you couldn't resolve the hostname
>> "boinc.berkeley.edu". I had no difficulty doing so just now. Can you
>> ping that hostname?
>
> Well i m a new linux user, could you plz tell me how do i resolve the
> hostname?? the ping command has various attributes , so could you
> guide me pinging the hostname??

I just typed:

ping -c 4 boinc.berkeley.edu

and it said:

===========

PING boinc.ssl.berkeley.edu (128.32.18.189): 56 data bytes
64 bytes from 128.32.18.189: icmp_seq=0 ttl=51 time=170.093 ms
64 bytes from 128.32.18.189: icmp_seq=1 ttl=51 time=74.593 ms
64 bytes from 128.32.18.189: icmp_seq=2 ttl=51 time=81.361 ms
64 bytes from 128.32.18.189: icmp_seq=3 ttl=51 time=71.274 ms

--- boinc.ssl.berkeley.edu ping statistics ---
4 packets transmitted, 4 packets received, 0% packet loss
round-trip min/avg/max/stddev = 71.274/99.330/170.093/41.016 ms

===========

So it shows that it resolved the hostname "boinc.berkeley.edu" to the
hostname "boinc.ssl.berkeley.edu" and then further to the IP address
"128.32.18.189", sent 4 pings to that machine, and got 4 responses.

If your machine does not do the same, then something is the matter
with your network at the DNS layer. You may wish to talk to your ISP
or network administrator.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Sep 10 09:44:40 2007

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.