Thread: Re: svn access?"Can't connect to host 'svn.pgadmin.org': Operation timed out"
Re: svn access?"Can't connect to host 'svn.pgadmin.org': Operation timed out"
From
"Dave Page"
Date:
> -----Original Message----- > From: pgadmin-hackers-owner@postgresql.org > [mailto:pgadmin-hackers-owner@postgresql.org] On Behalf Of OpenMacNews > Sent: 04 May 2005 18:49 > To: pgadmin-hackers > Subject: [pgadmin-hackers] svn access?"Can't connect to host > 'svn.pgadmin.org': Operation timed out" > > hi all, > > i know y'all have mv'd src repo to sv @: > > however, when i try to check out, per > <http://www.pgadmin.org/development.php> > w/: > > 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. Regards, Dave.
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
OpenMacNews wrote: > 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 ... Maybe something's blocking port 3690 for you. I'm working with that host without a problem. Regards, Andreas
hi, >> % svn co svn://svn.pgadmin.org/trunk/pgadmin3 pgadmin3 >> svn: Can't connect to host 'svn.pgadmin.org': Operation timed out >> >> _something's_ wonky ... > > Maybe something's blocking port 3690 for you. I'm working with that host > without a problem. > shouldn't be .... my iptables rules are setup to allow any/all internally (LAN) originated traffic, and my debug-level logs show no DENY-als. but, i admit, this 'smells' like firewall trouble ... reading here: <http://svnbook.red-bean.com/en/1.1/ch08.html> i'm wondering why this project has chosen the svnserve'd svn:// schema for the repo rather than web-dav + http://. altho i'm not entirely clear, Andreas, are you tunneling the ra_svn client connect to the repo over SSH, perchance? cheers, richard