[Python-Dev] Migrating to subversion (original) (raw)

"Martin v. Löwis" martin at v.loewis.de
Wed Oct 19 07:54:42 CEST 2005


skip at pobox.com wrote:

Can you let us know again the magic incantation to check out the source from the repository?

See

http://www.python.org/dev/svn.html

It's (say)

svn co svn+ssh://pythondev@svn.python.org/python/trunk/Misc

for read-write access, and

svn co http://svn.python.org/projects/python/trunk/Misc

for read-only access; viewcvs is at

http://svn.python.org/view

Regards, Martin



More information about the Python-Dev mailing list