[Twisted-Python] cannot access svn repo

hello,
I am trying to check out from the svn repository, but it keeps refusing me, even when i run the svn co command on the downloads page.
svn co svn://svn.twistedmatrix.com/svn/Twisted/trunk
svn: Can't connect to host 'svn.twistedmatrix.com': Connection refused
any help would be appreciated, thanks.

On Tue, 18 Sep 2007 15:03:11 -0400, Nicholas Mattiello nicholas.mattiello@gmail.com wrote:
hello,
I am trying to check out from the svn repository, but it keeps refusing me, even when i run the svn co command on the downloads page.
svn co svn://svn.twistedmatrix.com/svn/Twisted/trunk
svn: Can't connect to host 'svn.twistedmatrix.com': Connection refused
any help would be appreciated, thanks.
Seems to be working now, for me:
$ telnet svn.twistedmatrix.com 3690 Trying 198.49.126.131... Connected to svn.twistedmatrix.com. Escape character is '^]'. ( success ( 1 2 ( ANONYMOUS ) ( edit-pipeline svndiff1 absent-entries ) ) ) ^]c
telnet> c Connection closed.
Jean-Paul

[nmattiello@megatron ~]$ svn co svn://svn.twistedmatrix.com/svn/Twisted/trunk svn: Can't connect to host 'svn.twistedmatrix.com': Connection refused [nmattiello@megatron ~]$ telnet svn.twistedmatrix.com 3690 Trying 198.49.126.131... telnet: connect to address 198.49.126.131: Connection refused telnet: Unable to connect to remote host: Connection refused
what could be wrong?
On 9/18/07, Jean-Paul Calderone exarkun@divmod.com wrote:
On Tue, 18 Sep 2007 15:03:11 -0400, Nicholas Mattiello < nicholas.mattiello@gmail.com> wrote:
hello,
I am trying to check out from the svn repository, but it keeps refusing
me,
even when i run the svn co command on the downloads page.
svn co svn://svn.twistedmatrix.com/svn/Twisted/trunk
svn: Can't connect to host 'svn.twistedmatrix.com': Connection refused
any help would be appreciated, thanks.
Seems to be working now, for me:
$ telnet svn.twistedmatrix.com 3690 Trying 198.49.126.131... Connected to svn.twistedmatrix.com. Escape character is '^]'. ( success ( 1 2 ( ANONYMOUS ) ( edit-pipeline svndiff1 absent-entries ) ) ) ^]c
telnet> c Connection closed.
Jean-Paul
Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

On Wed, 19 Sep 2007 10:04:34 -0400, Nicholas Mattiello nicholas.mattiello@gmail.com wrote:
[nmattiello@megatron ~]$ svn co svn://svn.twistedmatrix.com/svn/Twisted/trunk svn: Can't connect to host 'svn.twistedmatrix.com': Connection refused [nmattiello@megatron ~]$ telnet svn.twistedmatrix.com 3690 Trying 198.49.126.131... telnet: connect to address 198.49.126.131: Connection refused telnet: Unable to connect to remote host: Connection refused
what could be wrong?
Could your ISP be blocking outgoing connections?
Jean-Paul

On Wed, 19 Sep 2007 09:04:34 -0500, Nicholas Mattiello nicholas.mattiello@gmail.com wrote:
[nmattiello@megatron ~]$ svn co svn://svn.twistedmatrix.com/svn/Twisted/trunk svn: Can't connect to host 'svn.twistedmatrix.com': Connection refused [nmattiello@megatron ~]$ telnet svn.twistedmatrix.com 3690 Trying 198.49.126.131... telnet: connect to address 198.49.126.131: Connection refused telnet: Unable to connect to remote host: Connection refused
what could be wrong?
I just tried to connect, and I get this:
svn checkout svn://svn.twistedmatrix.com/svn/Twisted/trunk foobar
[long list of files omitted]
Checked out revision 21295.
So things appear to be fine over on the svn server; do you have a firewall running?
L. Daniel Burr
participants (3)
-
Jean-Paul Calderone
-
L. Daniel Burr
-
Nicholas Mattiello