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

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "OpenMacNews" <OpenMacNews(at)speakeasy(dot)net>, "Andreas Pflug" <pgadmin(at)pse-consulting(dot)de>
Cc: "pgadmin-hackers" <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: svn access?"Can't connect to host
Date: 2005-05-06 22:06:56
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E490DC1D@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

> -----Original Message-----
> From: OpenMacNews [mailto:OpenMacNews(at)speakeasy(dot)net]
> Sent: 06 May 2005 22:43
> To: Dave Page; Andreas Pflug
> Cc: pgadmin-hackers
> Subject: Re: [pgadmin-hackers] svn access?"Can't connect to host
>
> hi dave,
>
> >> i'm wondering why this project has chosen the svnserve'd
> svn:// schema for
> >> the repo rather than web-dav + http://.
> >
> > A number of reasons, but mainly because the Subversion manual's own
> > comparison points out that it's much simpler to setup and
> faster to use. The
> > only feature we might have used that we've lost out on this way is
> > per-directory access control, but that's no great loss IMNSHO.
>
> and the ability for those behind firewalls to only worry
> about communicatig
> with a "more standard" port 80 ...

As someone who has battled endlessly with a government bodies who insist
on running their Citrix systems on port 80 for that reason, thus
requiring all sorts of hacks to be applied to forced proxys, I refuse to
work that way. Even Squid 2.4 requires a non-standard configuration for
100% interop with WebDAV.

> from OUTSIDE my firewall, @ my ISP-based shell acct:
>
> % telnet svr2.postgresql.org 3690
> Trying 65.19.161.25...
> telnet: Unable to connect to remote host: Connection refused
>
> BUT, to 'another' server ...
>
> % telnet svn.adiumx.com 3690
> Trying 216.133.69.35...
> Connected to penguinmilitia.net.
> Escape character is '^]'.
> ( success ( 1 2 ( ANONYMOUS ) ( edit-pipeline ) ) ) ^]
>
> i'm not convinced its NOT your server ... then again, i'm not
> convinced it's
> not me too =-S

OK, I'm seeing a major problem here. Why are you trying to connect to
svr2.postgresql.org? By chance I happen to be root on that box, but it's
nothing to do with pgAdmin (it's the www.postgresql.org backend server),
and is on the wrong side of the pond!! Try svn.pgadmin.org...

:-)

> a SWAG -- i just wonder if there's a version incompatibiolity
> between our
> "subversion versions". i'm using 1.2rc2 -- you?

1.1.14. I was hoping 1.2 would be gold by the time we moved, but alas
not.

Regards, Dave.

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2005-05-06 22:17:48 Move of translations
Previous Message svn 2005-05-06 21:54:33 SVN Commit by dpage: r4156 - in trunk/pgadmin3/src: agent ctl dlg frm utils