[Python-Dev] Subversion instructions
"Martin v. Löwis"
martin at v.loewis.de
Tue Aug 23 12:38:05 CEST 2005
- Previous message: [Python-Dev] Revised PEP 349: Allow str() to return unicode strings
- Next message: [Python-Dev] [Python-checkins] python/dist/src/Modules _hashopenssl.c, NONE, 2.1 sha256module.c, NONE, 2.1 sha512module.c, NONE, 2.1 md5module.c, 2.35, 2.36 shamodule.c, 2.22, 2.23
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
As some people have been struggling with svn+ssh, I wrote
a few instructions at
http://www.python.org/dev/svn.html
The main issues people have been struggling with are:
- you really should use an agent, or else you have to
type the private key passphrase three times on checkout
- on windows, putty works fine, but you really should use
the agent (pageant), or else plink might not find your
key. Also, if you use Putty profiles, make sure to add
the user name (pythondev) into the profile
- we need SSH2 keys; SSH1 is disabled on svn.python.org.
Some of you had been using SSH1 keys on sf.net all these
years; you will need to generate SSH2 keys.
Regards,
Martin
- Previous message: [Python-Dev] Revised PEP 349: Allow str() to return unicode strings
- Next message: [Python-Dev] [Python-checkins] python/dist/src/Modules _hashopenssl.c, NONE, 2.1 sha256module.c, NONE, 2.1 sha512module.c, NONE, 2.1 md5module.c, 2.35, 2.36 shamodule.c, 2.22, 2.23
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Python-Dev
mailing list