Re: Subversion and firewalls question

2005-10-18 Thread Daniel Berlin
On Tue, 2005-10-18 at 15:56 -0700, Steve Ellcey wrote: > > > Currently I get: > > > > > > | /usr/local/bin/svn co svn+ssh://gcc.gnu.org:/svn/gcc/trunk > > > | ssh: gcc.gnu.org:: no address associated with hostname. > > > | svn: Connection closed unexpectedly > > > > This one might easy. > > > >

Re: Subversion and firewalls question

2005-10-18 Thread Steve Ellcey
> > Currently I get: > > > > | /usr/local/bin/svn co svn+ssh://gcc.gnu.org:/svn/gcc/trunk > > | ssh: gcc.gnu.org:: no address associated with hostname. > > | svn: Connection closed unexpectedly > > This one might easy. > > You added a : at the end of gcc.gnu.org :) Blush It worked. Steve

Re: Subversion and firewalls question

2005-10-18 Thread Paul Brook
On Tuesday 18 October 2005 23:34, Ian Lance Taylor wrote: > Steve Ellcey <[EMAIL PROTECTED]> writes: > > Anyone have advice on how to get subversion working through a corporate > > firewall. > > In case it helps, any connection to port 443 on > sshproxy.sourceware.org is forwarded to port 22 on > s

Re: Subversion and firewalls question

2005-10-18 Thread Daniel Berlin
On Tue, 2005-10-18 at 15:31 -0700, Steve Ellcey wrote: > Anyone have advice on how to get subversion working through a corporate > firewall. > > Currently I get: > > | /usr/local/bin/svn co svn+ssh://gcc.gnu.org:/svn/gcc/trunk > | ssh: gcc.gnu.org:: no address associated with hostname. > | svn: C

Re: Subversion and firewalls question

2005-10-18 Thread Ian Lance Taylor
Steve Ellcey <[EMAIL PROTECTED]> writes: > Anyone have advice on how to get subversion working through a corporate > firewall. In case it helps, any connection to port 443 on sshproxy.sourceware.org is forwarded to port 22 on sourceware.org/gcc.gnu.org. This can help making SSH connections to gc

Subversion and firewalls question

2005-10-18 Thread Steve Ellcey
Anyone have advice on how to get subversion working through a corporate firewall. Currently I get: | /usr/local/bin/svn co svn+ssh://gcc.gnu.org:/svn/gcc/trunk | ssh: gcc.gnu.org:: no address associated with hostname. | svn: Connection closed unexpectedly I have cvs working, I ran socksify on c