Re: svn access?"Can't connect to host

From: OpenMacNews <OpenMacNews(at)speakeasy(dot)net>
To: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: svn access?"Can't connect to host
Date: 2005-05-06 04:03:43
Message-ID: 1D4A8B52C23C427D84D93520@tiedgar
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

hi dave,

>> svn co svn://svn.pgadmin.org/trunk/pgadmin3 pgadmin3
>>
>> i simply get ...
>>
>> svn: Can't connect to host 'svn.pgadmin.org': Operation timed out
>
> Hi Richard,
>
> It's probably just the DNS catching up (svn was temporarily on the old
> server whilst being tested). Try using dev.pgadmin.org instead (it's the
> same box, but the DNS record is much older). I just tried a checkout
> from svr2.postgresql.org (which is in the US) and it worked fine, so
> this shouldn't be a firewall issue.

well, simply o luck on this end ...

% svn co svn://svr2.postgresql.org/trunk/pgadmin3 pgadmin3
svn: Can't connect to host 'svr2.postgresql.org': Operation timed out

% svn co svn://dev.pgadmin.org/trunk/pgadmin3 pgadmin3
svn: Unknown hostname 'dev.pgadmin.org'

and still,

% svn co svn://svn.pgadmin.org/trunk/pgadmin3 pgadmin3
svn: Can't connect to host 'svn.pgadmin.org': Operation timed out

_something's_ wonky ...

richard

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Andreas Pflug 2005-05-06 07:31:40 Re: svn access?"Can't connect to host
Previous Message Adam H. Pendleton 2005-05-05 21:41:38 Re: acinclude.m4 and wx detection question