[Python-Dev] Subversion checkout hanging?

Georg Brandl g.brandl at gmx.net
Tue Mar 6 19:00:18 CET 2007


Nicholas Bastin schrieb:
> I've had to blast my windows machine, as one is apparently required to
> do on occasion, and I'm trying to set up subversion again.  I saved my
> private key file, and I can use plink -T to connect and I get:
> 
> ( success ( 1 2 ( ANONYMOUS EXTERNAL ) ( edit-pipeline ) ) )
> 
> and that seems correct, and jives with the FAQ at least.  I've also
> edited my %APPDATA%/Subversion/config file, and I know it was the
> right one, because I screwed it up at first and it didn't work at
> all.. :-)
> 
> However, now I'm just getting a hang when I execute:
> 
> svn checkout svn+ssh://pythondev@svn.python.org/python/trunk
> 
> I've only let it go for about 5 minutes so far, so maybe it's thinking
> about something, but I suspect it isn't...
> 
> Anyone have any idea what I've done wrong?

You could try to do

ssh -vv pythondev at svn.python.org

and see if the debug messages mean anything to you.

Georg



More information about the Python-Dev mailing list