[Twisted-Python] cannot access svn repo

Jean-Paul Calderone exarkun at divmod.com
Tue Sep 18 15:41:00 MDT 2007


On Tue, 18 Sep 2007 15:03:11 -0400, Nicholas Mattiello <nicholas.mattiello at 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




More information about the Twisted-Python mailing list