[Python-Dev] Conversion to Subversion is complete

Guido van Rossum guido at python.org
Thu Oct 27 17:32:04 CEST 2005


On 10/27/05, martin at v.loewis.de <martin at v.loewis.de> wrote:
> The Python source code repository is now converted to subversion;
> please feel free to start checking out new sandboxes.

Woo hoo! Thanks for all the hard work and good thinking, Martin.

> Most of you are probably interested in checking out one of these
> folders:
>
> svn+ssh://pythondev@svn.python.org/python/trunk
> svn+ssh://pythondev@svn.python.org/python/branches/release24-maint
> svn+ssh://pythondev@svn.python.org/peps

This doesn't work for me. I'm sure the problem is on my end, but my
svn skills are too rusty to figure it out. I get this:

$ svn checkout svn+ssh://pythondev@svn.python.org/peps
Permission denied (publickey,keyboard-interactive).

svn: Connection closed unexpectedly
$svn --version
svn, version 1.2.0 (r14790)
   compiled Jun 13 2005, 18:51:32

Copyright (C) 2000-2005 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet (http://www.Collab.Net/).

The following repository access (RA) modules are available:

* ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
  - handles 'http' scheme
  - handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
  - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' scheme

$

I can ssh to svn.python.org just fine, with no password (it says it's
dinsdale). I can checkout the read-only versions just fine. I can work
with the pydotorg svn repository just fine (checked something in last
week).

--
--Guido van Rossum (home page: http://www.python.org/~guido/)


More information about the Python-Dev mailing list