[Python-Dev] How to get the Python-2.4.2 sources from SVN?

"Martin v. Löwis" martin at v.loewis.de
Sat Feb 11 16:32:23 CET 2006


skip at pobox.com wrote:
> On subversion, you want releaseXY-maint for the various X.Y releases.  For
> 2.4.2, release24-maint is what you want, though it may have a few bug fixes
> since 2.4.2 was released.  With CVS I used to use "cvs log README" to see
> what all the tags and branches were.  I don't know what the equivalent svn
> command is.

The easiest is to open either

http://svn.python.org/projects/python/tags/

or

http://svn.python.org/projects/python/branches/

in a web browser. If you want to use the subversion command line,
do

svn ls http://svn.python.org/projects/python/tags/

Regards,
Martin


More information about the Python-Dev mailing list